Skip to content

Commit cf9463d

Browse files
authoredMay 19, 2024··
Merge pull request #711 from mybatis/renovate/jamesives-github-pages-deploy-action-4.x
Update JamesIves/github-pages-deploy-action action to v4.6.1
2 parents e874d57 + 7e4ffb8 commit cf9463d

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.6.0
28+
uses: JamesIves/github-pages-deploy-action@v4.6.1
2929
with:
3030
ssh-key: true
3131
branch: gh-pages

0 commit comments

Comments
 (0)
Please sign in to comment.