Skip to content

Commit 55a0476

Browse files
authoredApr 8, 2024
chore(deps): update peaceiris/actions-gh-pages action to v4
1 parent 58920b1 commit 55a0476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/publish.yml

+1-1
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:
2929
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3030
external_repository: graphql-java-kickstart/graphql-java-kickstart.github.io

0 commit comments

Comments
 (0)
Please sign in to comment.