Browse Source

Update deploy.yml

pull/7799/head
陈帅 5 years ago
committed by GitHub
parent
commit
ecc2b42c95
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

@ -23,6 +23,6 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTION_TOKEN }}
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./dist
force_orphan: true

Loading…
Cancel
Save