Skip to content

Commit e46f042

Browse files
author
sunss
committed
chore(deploy.yml): update config
1 parent 7f0371d commit e46f042

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ jobs:
1818
- name: Deploy
1919
uses: peaceiris/actions-gh-pages@v3
2020
with:
21-
deploy_key: ${{ secrets.ACCESS_TOKEN }}
21+
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
publish_dir: ./dist
23-
force_orphan: true

0 commit comments

Comments
 (0)