Skip to content

Commit

Permalink
Merge pull request #37 from shoo/fix_deploy
Browse files Browse the repository at this point in the history
Fix github_token
  • Loading branch information
shoo authored Nov 30, 2022
2 parents 0dd920d + 77a59cb commit 1b3668d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ jobs:
- name: Deploy pages
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
allow_empty_commit: false
publish_dir: docs
publish_branch: gh-pages
Expand Down

0 comments on commit 1b3668d

Please sign in to comment.