Skip to content

Commit

Permalink
Merge pull request #42 from will-moore/fix_build
Browse files Browse the repository at this point in the history
Fix typo in build_and_deploy.yml
  • Loading branch information
will-moore authored Oct 28, 2024
2 parents d0eab86 + 5f2c7a0 commit f2f2889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.6.8
uses: JamesIves/github-pages-deploy-action@v4.6.8
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
Expand Down

0 comments on commit f2f2889

Please sign in to comment.