File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1414 - name : Create the new documentation
1515 uses :
ammaraskar/[email protected] 1616 with :
17- pre-build-command : " python3 -m pip install .[docs ]"
17+ pre-build-command : " python3 -m pip install .[doc ]"
1818 docs-folder : " docs/"
1919
2020 - name : Deploy
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v4
1616
17- - name : Checkout Doc
18- uses :
ammaraskar/[email protected] 19- with :
20- pre-build-command : " python3 -m pip install .[doc]"
21- build-command : " make html SPHINXOPTS='-W'"
22- docs-folder : " docs/"
17+ - name : Install Python dependencies
18+ run : python3 -m pip install .[doc]
19+
20+ - name : Build Documentation
21+ run : |
22+ make html SPHINXOPTS+='-W'
23+ working-directory : docs/
You can’t perform that action at this time.
0 commit comments