We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e4309 commit 428b47eCopy full SHA for 428b47e
1 file changed
.github/workflows/deploy_docs.yml
@@ -34,6 +34,6 @@ jobs:
34
with:
35
github_token: ${{ secrets.GITHUB_TOKEN }}
36
# THIS IS THE CRITICAL LINE
37
- publish_dir: ./python/src/sphinx_docs/_build/html
+ publish_dir: ./python/src/sphinx_docs/_build
38
publish_branch: gh-pages
39
- enable_jekyll: false
+ enable_jekyll: false
0 commit comments