release: v3 release test
This commit is contained in:
parent
8035935df2
commit
3ed1954ac0
|
@ -49,9 +49,7 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
env:
|
|
||||||
ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}}
|
|
||||||
PUBLISH_BRANCH: gh-pages
|
|
||||||
PUBLISH_DIR: ./dist-pro
|
|
||||||
with:
|
with:
|
||||||
forceOrphan: true
|
deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}}
|
||||||
|
publish_branch: gh-pages
|
||||||
|
publish_dir: ./dist-pro
|
||||||
|
|
10
package.json
10
package.json
|
@ -101,5 +101,13 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 14.0.0"
|
"node": ">= 14.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/kailong321200875/vue-element-plus-admin.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/kailong321200875/vue-element-plus-admin/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/kailong321200875/vue-element-plus-admin"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue