Skip to content

Commit 7666323

Browse files
authored
Update documentation.yml
1 parent ac24b41 commit 7666323

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
@@ -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+
make docs-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)