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 d883a85 commit 4ae6e5aCopy full SHA for 4ae6e5a
.github/workflows/sphinx.yml
@@ -17,10 +17,10 @@ jobs:
17
uses: actions/upload-artifact@v4
18
with:
19
name: html-docs
20
- path: docs/build/html/
+ path: docs/_build/html/
21
- name: Deploy
22
uses: peaceiris/actions-gh-pages@v3
23
if: github.ref == 'refs/heads/main'
24
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
- publish_dir: docs/build/html
+ publish_dir: docs/_build/html
0 commit comments