Skip to content

Commit

Permalink
tried differnt workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale9806 committed Feb 7, 2024
1 parent 360eb31 commit c81578f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/deploy-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,6 @@ jobs:
with:
python-version: '3.x'

- name: Setup mdBook
run: |
mkdir mdbook
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.14/mdbook-v0.4.14-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=./mdbook
echo `pwd`/mdbook >> $GITHUB_PATH
- name: Build
run: |
python docs-export/export.py
python docs-repo/build.py
- uses: actions/upload-pages-artifact@v1
with:
path: docs-repo/docs
deploy:
needs: build

Expand Down

0 comments on commit c81578f

Please sign in to comment.