Skip to content

Commit

Permalink
newer deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-naish committed May 20, 2024
1 parent 260f4af commit ddee31b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
# uses: JamesIves/[email protected]
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: master # The branch the action should deploy.
Expand Down

0 comments on commit ddee31b

Please sign in to comment.