Skip to content

Commit

Permalink
fix: buggy deploy path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Oct 6, 2023
1 parent 97eda87 commit b617bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.
folder: docs/book # The folder the action should deploy.

0 comments on commit b617bf0

Please sign in to comment.