Skip to content

Commit

Permalink
update action workflow (#8)
Browse files Browse the repository at this point in the history
* github pages actions
  • Loading branch information
luweizheng authored May 9, 2024
1 parent 691f3c9 commit 0ccb44a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
python -m pip install -r requirements-doc.txt
- name: Build website
run: |
cd docs
sphinx-build -b html ./ ./_build/html
touch ./_build/html/.nojekyll
# Upload the book's HTML as an artifact
Expand Down

0 comments on commit 0ccb44a

Please sign in to comment.