mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-25 11:58:43 +08:00
chore: update ci
This commit is contained in:
parent
6844f69c20
commit
d01c1b4d05
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -108,11 +108,12 @@ jobs:
|
|||||||
git push origin --delete gh-pages
|
git push origin --delete gh-pages
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v2.5.0
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
env:
|
env:
|
||||||
ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}}
|
ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}}
|
||||||
PUBLISH_BRANCH: gh-pages
|
PUBLISH_BRANCH: gh-pages
|
||||||
PUBLISH_DIR: ./dist
|
PUBLISH_DIR: ./dist
|
||||||
|
cname: vben.vvbin.cn
|
||||||
with:
|
with:
|
||||||
forceOrphan: true
|
forceOrphan: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user