Skip to content

Commit ddee31b

Browse files
committed
newer deploy script
1 parent 260f4af commit ddee31b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
npm run build
3535
3636
- name: Deploy 🚀
37-
uses: JamesIves/[email protected]
37+
# uses: JamesIves/[email protected]
38+
uses: JamesIves/github-pages-deploy-action@v4
3839
with:
3940
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4041
BRANCH: master # The branch the action should deploy.

0 commit comments

Comments
 (0)