Skip to content

Commit

Permalink
Update builddoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipPartsch authored Jul 3, 2024
1 parent b43bb26 commit 076408a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builddoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Render the documentation
run: >
sphinx-build
-M html ./docs ./public
-b html ./docs ./public
-vv
--jobs=auto
--show-traceback
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./public
path: ./public

# Deployment job
deploy:
Expand Down

0 comments on commit 076408a

Please sign in to comment.