Skip to content

Commit 43630e0

Browse files
authored
Update hugo.yml
1 parent 0ee69bb commit 43630e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yml

+2-2
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
with:
29-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
29+
deploy_key: ${{ secrets.GITHUB_TOKEN }}
3030
publish_dir: ./public

0 commit comments

Comments
 (0)