File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : Build and Upload Python API Docs
22
33on :
4- push :
5- branches :
6- - docs/api-docs
74 workflow_dispatch :
85
96permissions : {}
5350 - name : " Build HTML Documentation"
5451 run : |
5552 ${PYBIN}/python -m sphinx -b html -W --keep-going docs/source docs/_build/html
53+
5654 - name : " Upload API Docs"
5755 uses : actions/upload-artifact@v4
5856 with :
9694 run : |
9795 python3 -c "import platform; print(platform.machine())"
9896 python3 -m sphinx -b html -W --keep-going -v docs/source docs/_build/html
97+
9998 - name : " Upload API Docs"
10099 uses : actions/upload-artifact@v4
101100 with :
@@ -174,6 +173,7 @@ jobs:
174173 - name : " Generate python API Documentation"
175174 run : |
176175 python ./docs/generate_docs.py
176+
177177 - name : " Build HTML Documentation"
178178 run : python -m sphinx -b html -W --keep-going docs/source docs/_build/html
179179
You can’t perform that action at this time.
0 commit comments