Skip to content

Commit d4067aa

Browse files
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent a0a13c7 commit d4067aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: cd exampleSite && hugo --minify --gc
2727

2828
- name: Deploy 🚀
29-
uses: peaceiris/actions-gh-pages@v3
29+
uses: peaceiris/actions-gh-pages@v4
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: ./exampleSite/public

0 commit comments

Comments
 (0)