Browse Source

👷 CI: fix Deploy CI

pull/7799/head
chenshuai2144 6 years ago
parent
commit
73f007db8d
  1. 4
      .github/workflows/deploy.yml

4
.github/workflows/deploy.yml

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

Loading…
Cancel
Save