Skip to content

Commit

Permalink
Fix folder for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnrusschen committed Jan 21, 2025
1 parent 55bea6c commit a8099d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs-site/build # The folder the action should deploy.
folder: docs-site/dist # The folder the action should deploy.

0 comments on commit a8099d8

Please sign in to comment.