Skip to content

Commit 1bb38d8

Browse files
committed
Fix github action documentation.yaml
1 parent 344c289 commit 1bb38d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/documentation.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ jobs:
1818
pip install sphinx
1919
2020
- name: Update version
21+
working-directory: ./strongmod
2122
run: make strongmod/version.py
2223

2324
- name: Sphinx build
2425
run: |
25-
sphinx-build ./docs/source/ ./docs/build
26+
sphinx-build ./strongmod/docs/source/ ./docs/build
27+
2628
- name: Deploy
2729
uses: peaceiris/actions-gh-pages@v3
2830
with:

0 commit comments

Comments
 (0)