ci: 修改 github actions 配置文件
This commit is contained in:
parent
ce94bf38d1
commit
2989ecf126
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -30,6 +30,8 @@ jobs:
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
|
publish_dir: ./dist
|
||||||
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
user_name: zclzone
|
user_name: ${{ secrets.USER_NAME }}
|
||||||
user_email: zclzone@outlook.com
|
user_email: ${{ secrets.USER_EMAIL }}
|
||||||
|
commit_message: deploy gh-pages
|
||||||
|
Loading…
Reference in New Issue
Block a user