Skip to content

Commit 95a46e1

Browse files
Update documentation workflow
1 parent d032205 commit 95a46e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pip install sphinx sphinx_rtd_theme myst_parser
2222
- name: Sphinx build
2323
run: |
24-
sphinx-build doc _build
24+
sphinx-build docs _build
2525
- name: Deploy to GitHub Pages
2626
uses: peaceiris/actions-gh-pages@v3
2727
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)