Skip to content

Commit

Permalink
updated sphinx step (gh action unclear)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfouesneau committed Jan 21, 2025
1 parent dca3f65 commit 7771d53
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
python pyphot_table.py
python licks_table.py
- name: sphinx-action@master
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: |
# clear previous API documentation
rm -f pyphot.rst pyphot.*.rst
# re-generate API documentation
make apidoc
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
# Publish built docs to gh-pages branch.
# ===============================
- name: Commit documentation changes
Expand Down

0 comments on commit 7771d53

Please sign in to comment.