Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed May 9, 2024
1 parent ffae00b commit f2e7aa4
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 f2e7aa4

Please sign in to comment.