|
@@ -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
|
|
|
|
|