Skip to content

Commit e7e5417

Browse files
Update JamesIves/github-pages-deploy-action action to v4
1 parent 7eab443 commit e7e5417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# If main branch update, deploy to gh-pages
3131
- name: Deploy
3232
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
33-
uses: JamesIves/github-pages-deploy-action@3.7.1
33+
uses: JamesIves/github-pages-deploy-action@v4.5.0
3434
with:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
BRANCH: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)