Skip to content

Commit 83d1269

Browse files
Update JamesIves/github-pages-deploy-action action to v4.6.6
1 parent 5cc1b78 commit 83d1269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-gh-pages.yaml

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

0 commit comments

Comments
 (0)