chore: update ci
This commit is contained in:
parent
e7ac09cf39
commit
c5713c75ec
|
|
@ -109,13 +109,13 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3.9.0
|
uses: peaceiris/actions-gh-pages@v3.9.0
|
||||||
env:
|
with:
|
||||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
PUBLISH_BRANCH: gh-pages
|
PUBLISH_BRANCH: gh-pages
|
||||||
PUBLISH_DIR: ./dist
|
PUBLISH_DIR: ./dist
|
||||||
CNAME: vben.vvbin.cn
|
CNAME: vben.vvbin.cn
|
||||||
with:
|
|
||||||
forceOrphan: true
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue