Skip to content

Commit 27303a4

Browse files
Update JamesIves/github-pages-deploy-action action to v4.6.3
1 parent e01dea2 commit 27303a4

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/[email protected].1
18+
uses: JamesIves/[email protected].3
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)