mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-20 15:40:35 +00:00
ci: Remove docs dir placeholder before cloning docs repo (#1671)
This commit is contained in:
parent
a99c585fcc
commit
5df2c13df4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -139,8 +139,10 @@ jobs:
|
||||
|
||||
# Prepare offline documentation
|
||||
- run: mkdir -p ${{ github.workspace }}/system_files/desktop/shared/usr/share/ublue-os/docs/html
|
||||
continue-on-error: true
|
||||
- name: Checkout docs repo
|
||||
run: git clone https://github.com/KyleGospo/docs.bazzite.gg.git ${{ github.workspace }}/docs
|
||||
run: rm -r ${{ github.workspace }}/docs && git clone https://github.com/KyleGospo/docs.bazzite.gg.git ${{ github.workspace }}/docs
|
||||
continue-on-error: true
|
||||
- name: Build offline documentation
|
||||
uses: ./.github/workflows/build_mkdocs
|
||||
continue-on-error: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user