We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca3f65 commit 7771d53Copy full SHA for 7771d53
.github/workflows/documentation.yml
@@ -28,14 +28,14 @@ jobs:
28
python pyphot_table.py
29
python licks_table.py
30
- name: sphinx-action@master
31
- uses: ammaraskar/sphinx-action@master
32
- with:
33
- pre-build-command: |
34
- # clear previous API documentation
35
- rm -f pyphot.rst pyphot.*.rst
36
- # re-generate API documentation
37
- make apidoc
38
- docs-folder: "doc/"
+ working-directory: ./doc
+ run: |
+ # clear previous API documentation
+ rm -f pyphot.rst pyphot.*.rst
+ # re-generate API documentation
+ make apidoc
+ # compile html
+ make html
39
# Publish built docs to gh-pages branch.
40
# ===============================
41
- name: Commit documentation changes
0 commit comments