There was an error while loading. Please reload this page.
1 parent c16919d commit 2d216f1Copy full SHA for 2d216f1
1 file changed
.github/workflows/documentation.yml
@@ -16,12 +16,12 @@ jobs:
16
pip install sphinx sphinx_rtd_theme myst_parser
17
- name: Sphinx build
18
run: |
19
- sphinx-build docs _build
+ cd docs && make html
20
- name: Deploy to GitHub Pages
21
uses: peaceiris/actions-gh-pages@v3
22
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
23
with:
24
publish_branch: gh-pages
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
- publish_dir: _build/
+ publish_dir: docs/_build/html
27
force_orphan: true
0 commit comments