Skip to content

Commit

Permalink
build: temp comment for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Feb 14, 2024
1 parent 7bcf30e commit c8607b8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
working-directory: ./docs
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: '_build/html'
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v3
# with:
# path: 'docs/_build/html/'

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

0 comments on commit c8607b8

Please sign in to comment.