release: v3 release test
This commit is contained in:
parent
dfc410a826
commit
d9ad82c896
|
@ -46,11 +46,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
yarn install
|
||||||
yarn run build:pro
|
yarn run build:pro
|
||||||
|
cp ./path/to/CNAME ./public/CNAME
|
||||||
- uses: 'finnp/create-file-action@master'
|
|
||||||
env:
|
|
||||||
FILE_NAME: './public/CNAME'
|
|
||||||
FILE_DATA: 'element-plus-admin.cn'
|
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
@ -58,3 +54,4 @@ jobs:
|
||||||
deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}}
|
deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}}
|
||||||
publish_branch: gh-pages
|
publish_branch: gh-pages
|
||||||
publish_dir: ./dist-pro
|
publish_dir: ./dist-pro
|
||||||
|
keep_files: true
|
||||||
|
|
|
@ -86,6 +86,7 @@
|
||||||
"stylelint-config-standard": "^25.0.0",
|
"stylelint-config-standard": "^25.0.0",
|
||||||
"stylelint-order": "^5.0.0",
|
"stylelint-order": "^5.0.0",
|
||||||
"typescript": "4.5.5",
|
"typescript": "4.5.5",
|
||||||
|
"unplugin-vue-define-options": "^0.3.1",
|
||||||
"vite": "2.8.3",
|
"vite": "2.8.3",
|
||||||
"vite-plugin-eslint": "^1.3.0",
|
"vite-plugin-eslint": "^1.3.0",
|
||||||
"vite-plugin-mock": "^2.9.6",
|
"vite-plugin-mock": "^2.9.6",
|
||||||
|
|
|
@ -55,6 +55,7 @@ specifiers:
|
||||||
stylelint-config-standard: ^25.0.0
|
stylelint-config-standard: ^25.0.0
|
||||||
stylelint-order: ^5.0.0
|
stylelint-order: ^5.0.0
|
||||||
typescript: 4.5.5
|
typescript: 4.5.5
|
||||||
|
unplugin-vue-define-options: ^0.3.1
|
||||||
vite: 2.8.3
|
vite: 2.8.3
|
||||||
vite-plugin-eslint: ^1.3.0
|
vite-plugin-eslint: ^1.3.0
|
||||||
vite-plugin-mock: ^2.9.6
|
vite-plugin-mock: ^2.9.6
|
||||||
|
@ -134,6 +135,7 @@ devDependencies:
|
||||||
stylelint-config-standard: registry.npmmirror.com/stylelint-config-standard/25.0.0_stylelint@14.5.1
|
stylelint-config-standard: registry.npmmirror.com/stylelint-config-standard/25.0.0_stylelint@14.5.1
|
||||||
stylelint-order: registry.npmmirror.com/stylelint-order/5.0.0_stylelint@14.5.1
|
stylelint-order: registry.npmmirror.com/stylelint-order/5.0.0_stylelint@14.5.1
|
||||||
typescript: registry.npmmirror.com/typescript/4.5.5
|
typescript: registry.npmmirror.com/typescript/4.5.5
|
||||||
|
unplugin-vue-define-options: registry.npmmirror.com/unplugin-vue-define-options/0.3.1_vite@2.8.3+vue@3.2.31
|
||||||
vite: registry.npmmirror.com/vite/2.8.3_less@4.1.2
|
vite: registry.npmmirror.com/vite/2.8.3_less@4.1.2
|
||||||
vite-plugin-eslint: registry.nlark.com/vite-plugin-eslint/1.3.0_vite@2.8.3
|
vite-plugin-eslint: registry.nlark.com/vite-plugin-eslint/1.3.0_vite@2.8.3
|
||||||
vite-plugin-mock: registry.npmmirror.com/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.8.3
|
vite-plugin-mock: registry.npmmirror.com/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.8.3
|
||||||
|
@ -13393,6 +13395,58 @@ packages:
|
||||||
engines: { node: '>= 10.0.0' }
|
engines: { node: '>= 10.0.0' }
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
registry.npmmirror.com/unplugin-vue-define-options/0.3.1_vite@2.8.3+vue@3.2.31:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-/i4nLLm0m13yWagFljUlqPvJt4ZQD86MdkBhQnhfH2E7OpIe8+7MJlYRqytru7p/h24RFcRZ8FC+vM+4OoiPYQ==,
|
||||||
|
registry: https://registry.npm.taobao.org/,
|
||||||
|
tarball: https://registry.npmmirror.com/unplugin-vue-define-options/-/unplugin-vue-define-options-0.3.1.tgz
|
||||||
|
}
|
||||||
|
id: registry.npmmirror.com/unplugin-vue-define-options/0.3.1
|
||||||
|
name: unplugin-vue-define-options
|
||||||
|
version: 0.3.1
|
||||||
|
peerDependencies:
|
||||||
|
vue: ^3.2.25
|
||||||
|
dependencies:
|
||||||
|
'@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/4.1.2
|
||||||
|
unplugin: registry.npmmirror.com/unplugin/0.3.2_vite@2.8.3
|
||||||
|
vue: registry.npmmirror.com/vue/3.2.31
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- esbuild
|
||||||
|
- rollup
|
||||||
|
- vite
|
||||||
|
- webpack
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
registry.npmmirror.com/unplugin/0.3.2_vite@2.8.3:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-5d0DMYNKZU+S9eZUiBfw6Co32eRg8myUgBPoWSqG/wDFCUE/WznfSsJnZWi1P9l69x4uLJqt2qVq1xW/AsXFrw==,
|
||||||
|
registry: https://registry.npm.taobao.org/,
|
||||||
|
tarball: https://registry.npmmirror.com/unplugin/-/unplugin-0.3.2.tgz
|
||||||
|
}
|
||||||
|
id: registry.npmmirror.com/unplugin/0.3.2
|
||||||
|
name: unplugin
|
||||||
|
version: 0.3.2
|
||||||
|
peerDependencies:
|
||||||
|
esbuild: '>=0.13'
|
||||||
|
rollup: ^2.50.0
|
||||||
|
vite: ^2.3.0
|
||||||
|
webpack: 4 || 5
|
||||||
|
peerDependenciesMeta:
|
||||||
|
esbuild:
|
||||||
|
optional: true
|
||||||
|
rollup:
|
||||||
|
optional: true
|
||||||
|
vite:
|
||||||
|
optional: true
|
||||||
|
webpack:
|
||||||
|
optional: true
|
||||||
|
dependencies:
|
||||||
|
vite: registry.npmmirror.com/vite/2.8.3_less@4.1.2
|
||||||
|
webpack-virtual-modules: registry.npmmirror.com/webpack-virtual-modules/0.4.3
|
||||||
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/unset-value/1.0.0:
|
registry.npmmirror.com/unset-value/1.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
|
@ -14067,6 +14121,17 @@ packages:
|
||||||
name: webidl-conversions
|
name: webidl-conversions
|
||||||
version: 3.0.1
|
version: 3.0.1
|
||||||
|
|
||||||
|
registry.npmmirror.com/webpack-virtual-modules/0.4.3:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-5NUqC2JquIL2pBAAo/VfBP6KuGkHIZQXW/lNKupLPfhViwh8wNsu0BObtl09yuKZszeEUfbXz8xhrHvSG16Nqw==,
|
||||||
|
registry: https://registry.npm.taobao.org/,
|
||||||
|
tarball: https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.3.tgz
|
||||||
|
}
|
||||||
|
name: webpack-virtual-modules
|
||||||
|
version: 0.4.3
|
||||||
|
dev: true
|
||||||
|
|
||||||
registry.npmmirror.com/whatwg-url/5.0.0:
|
registry.npmmirror.com/whatwg-url/5.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue