We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344c289 commit 1bb38d8Copy full SHA for 1bb38d8
.github/workflows/documentation.yaml
@@ -18,11 +18,13 @@ jobs:
18
pip install sphinx
19
20
- name: Update version
21
+ working-directory: ./strongmod
22
run: make strongmod/version.py
23
24
- name: Sphinx build
25
run: |
- sphinx-build ./docs/source/ ./docs/build
26
+ sphinx-build ./strongmod/docs/source/ ./docs/build
27
+
28
- name: Deploy
29
uses: peaceiris/actions-gh-pages@v3
30
with:
0 commit comments