Skip to content

Commit 1b3668d

Browse files
authored
Merge pull request #37 from shoo/fix_deploy
Fix github_token
2 parents 0dd920d + 77a59cb commit 1b3668d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ jobs:
437437
- name: Deploy pages
438438
uses: peaceiris/actions-gh-pages@v3
439439
with:
440-
deploy_key: ${{ secrets.GITHUB_TOKEN }}
440+
github_token: ${{ secrets.GITHUB_TOKEN }}
441441
allow_empty_commit: false
442442
publish_dir: docs
443443
publish_branch: gh-pages

0 commit comments

Comments
 (0)