Skip to content

Commit f8448b3

Browse files
authored
Merge pull request #32 from joreilly/renovate/jamesives-github-pages-deploy-action-4.x
Update JamesIves/github-pages-deploy-action action to v4
2 parents 5754179 + e7e5417 commit f8448b3

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)