We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c377ae6 commit 66e0e09Copy full SHA for 66e0e09
.github/workflows/build-docs.yml
@@ -57,9 +57,8 @@ jobs:
57
- name: Build documentation (Doxygen + Sphinx)
58
working-directory: docs
59
run: |
60
- # The Makefile's html target runs doxygen first, then sphinx
61
- make html SPHINXOPTS="-W --keep-going" || make html
62
- # Second attempt without -W if warnings cause failure
+ # Use build_docs.sh since Makefile is gitignored
+ ./build_docs.sh
63
64
- name: Upload documentation artifact
65
uses: actions/upload-artifact@v4
0 commit comments