Skip to content

Commit 4510569

Browse files
Update JamesIves/github-pages-deploy-action action to v4.6.0
1 parent 14a480e commit 4510569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Deploy Site to gh-pages
28-
uses: JamesIves/github-pages-deploy-action@v4.5.0
28+
uses: JamesIves/github-pages-deploy-action@v4.6.0
2929
with:
3030
ssh-key: true
3131
branch: gh-pages

0 commit comments

Comments
 (0)