Skip to content

Commit a1b3f3d

Browse files
committed
update action
1 parent 452eaea commit a1b3f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
run: hugo --minify
2929

3030
- name: Deploy
31-
uses: peaceiris/actions-gh-pages@v3.8.0
31+
uses: peaceiris/actions-gh-pages@v4
3232
with:
33-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
33+
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
publish_branch: master
3535
PUBLISH_DIR: ./public
3636
cname: adam.kostarelas.com

0 commit comments

Comments
 (0)