Skip to content

Commit 54a150c

Browse files
committed
update for deploy
1 parent 7d97900 commit 54a150c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
uses: peaceiris/actions-gh-pages@v4
4747
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
4848
with:
49-
deploy_key: ${{ secrets.GITHUB_TOKEN }}
49+
github_token: ${{ secrets.GITHUB_TOKEN }}
5050
publish_dir: ./public
5151
publish_branch: gh-pages # deploying branch

0 commit comments

Comments
 (0)