Skip to content

Commit 6c72b5d

Browse files
Update JamesIves/github-pages-deploy-action action to v4.5.0
1 parent e3bc0f0 commit 6c72b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: Deploy
1717
if: github.event_name != 'pull_request'
18-
uses: JamesIves/github-pages-deploy-action@v4.4.3
18+
uses: JamesIves/github-pages-deploy-action@v4.5.0
1919
with:
2020
branch: gh-pages # The branch the action should deploy to.
2121
folder: docs # The folder the action should deploy.

0 commit comments

Comments
 (0)