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 046ca91 commit 425399dCopy full SHA for 425399d
.github/workflows/docs-deploy.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Deploy
26
uses: JamesIves/github-pages-deploy-action@v4
27
with:
28
- folder: docs/_build/html
+ folder: docs/build/
29
ssh-key: ${{ secrets.DEPLOY_KEY }}
30
force: no
0 commit comments