Browse Source

chore: fix Deploy error

pull/9757/head
期贤 4 years ago
parent
commit
0d8a78874d
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

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

Loading…
Cancel
Save