Skip to content

Commit

Permalink
CD: fix docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascolley committed Sep 26, 2024
1 parent 046ca91 commit 425399d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/_build/html
folder: docs/build/
ssh-key: ${{ secrets.DEPLOY_KEY }}
force: no

0 comments on commit 425399d

Please sign in to comment.