We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac24b41 commit 7666323Copy full SHA for 7666323
1 file changed
.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
+ make docs-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