Skip to content

Commit

Permalink
build: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Feb 13, 2024
1 parent 32970d7 commit 7bcf30e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
run: sphinx-build -T -E -W --keep-going -b html "." "_build"

- name: Upload artifact
working-directory: ./docs
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/_build/html'
path: '_build/html'

deploy:
# Add a dependency to the build job
Expand Down

0 comments on commit 7bcf30e

Please sign in to comment.