Skip to content

Commit c386003

Browse files
committed
update actions
1 parent 520f362 commit c386003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/document.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
VERSION: ${{ steps.version.outputs.VERSION_NAME }}
3232
- name: Publish to github pages
3333
if: ${{ github.event_name == 'push' }}
34-
uses: peaceiris/actions-gh-pages@v3
34+
uses: peaceiris/actions-gh-pages@v4
3535
with:
36-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
36+
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
publish_dir: ./tools/generated
3838
destination_dir: ${{ steps.version.outputs.VERSION_NAME }}
3939
- name: Upload zip

0 commit comments

Comments
 (0)