Skip to content

Commit

Permalink
Update sphinx.yml for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gshipman authored May 23, 2023
1 parent b4a94fe commit 0d06bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: pages
uses: actions/configure-pages@v3
- name: Build with Sphinx
run: cd ./doc/sphinx && ./build_doc.py --html
run: cd ./doc/sphinx && ./build_doc.py --html && cat /tmp/sphinx-err-*.log
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 0d06bba

Please sign in to comment.