Skip to content

Commit

Permalink
change dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbruv committed Jun 29, 2024
1 parent 921ae4f commit 51036b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: website/dist # The folder the action should deploy.
folder: dist # The folder the action should deploy.
clean: true
single-commit: true

0 comments on commit 51036b4

Please sign in to comment.