陈帅
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/deploy.yml
|
|
@ -23,6 +23,6 @@ jobs: |
|
|
- name: Deploy |
|
|
- name: Deploy |
|
|
uses: peaceiris/actions-gh-pages@v3 |
|
|
uses: peaceiris/actions-gh-pages@v3 |
|
|
with: |
|
|
with: |
|
|
deploy_key: ${{ secrets.ACTION_TOKEN }} |
|
|
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} |
|
|
publish_dir: ./dist |
|
|
publish_dir: ./dist |
|
|
force_orphan: true |
|
|
force_orphan: true |
|
|
|