We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afc91a commit 081fe9bCopy full SHA for 081fe9b
.github/workflows/documentation.yml
@@ -16,12 +16,12 @@ jobs:
16
pip install sphinx sphinx_rtd_theme myst_parser furo
17
- name: Sphinx build
18
run: |
19
- sphinx-build -M html docs/source/ docs/build
+ sphinx-build docs/source/ 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' }}
23
with:
24
publish_branch: gh-pages
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
- publish_dir: docs/build
+ publish_dir: /docs/build
27
force_orphan: true
0 commit comments