Skip to content

Commit

Permalink
Fix github action documentation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongMods committed Sep 10, 2023
1 parent 344c289 commit 1bb38d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
pip install sphinx
- name: Update version
working-directory: ./strongmod
run: make strongmod/version.py

- name: Sphinx build
run: |
sphinx-build ./docs/source/ ./docs/build
sphinx-build ./strongmod/docs/source/ ./docs/build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 1bb38d8

Please sign in to comment.