We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93403e1 commit 9714f4dCopy full SHA for 9714f4d
.github/workflows/documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
pip install sphinx sphinx_rtd_theme myst_parser
17
- name: Sphinx build
18
run: |
19
- sphinx-build doc _build
+ sphinx-build ./ _build
20
- name: Deploy to GitHub Pages
21
uses: peaceiris/actions-gh-pages@v3
22
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments