Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /