Skip to content

Commit 9714f4d

Browse files
authored
Update documentation.yml
1 parent 93403e1 commit 9714f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pip install sphinx sphinx_rtd_theme myst_parser
1717
- name: Sphinx build
1818
run: |
19-
sphinx-build doc _build
19+
sphinx-build ./ _build
2020
- name: Deploy to GitHub Pages
2121
uses: peaceiris/actions-gh-pages@v3
2222
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)