Skip to content

Commit

Permalink
Merge pull request #96 from yowainwright/yowainwright-patch-1
Browse files Browse the repository at this point in the history
fix: fixes miss-matched dep in gh deploy action
  • Loading branch information
yowainwright authored Jan 8, 2024
2 parents a3cbdcb + 6b180a6 commit cb1cafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- run: pnpm build

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v5
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
folder: page/app/dist

0 comments on commit cb1cafb

Please sign in to comment.