Skip to content

Commit df042c9

Browse files
Update peaceiris/actions-gh-pages action to v4
1 parent f439c44 commit df042c9

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
@@ -24,7 +24,7 @@ jobs:
2424
run: hugo --minify
2525

2626
- name: Deploy
27-
uses: peaceiris/actions-gh-pages@v3
27+
uses: peaceiris/actions-gh-pages@v4
2828
if: github.ref == 'refs/heads/main'
2929
with:
3030
deploy_key: ${{ secrets.MISCORD_GH_PAGES }}

0 commit comments

Comments
 (0)