Skip to content

Commit 425399d

Browse files
committed
CD: fix docs folder
1 parent 046ca91 commit 425399d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Deploy
2626
uses: JamesIves/github-pages-deploy-action@v4
2727
with:
28-
folder: docs/_build/html
28+
folder: docs/build/
2929
ssh-key: ${{ secrets.DEPLOY_KEY }}
3030
force: no

0 commit comments

Comments
 (0)