chore: update workflows config.

pull/242/head
jaywcjlove 4 years ago
parent 8b398e9c24
commit 7c731de2e4

@ -38,7 +38,8 @@ jobs:
- name: Build and Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# github_token: ${{ secrets.GITHUB_TOKEN }}
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./doc
- name: Is a tag created auto?

Loading…
Cancel
Save