release: v3 release test
This commit is contained in:
parent
e48b93f9fb
commit
dfc410a826
|
@ -46,7 +46,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
yarn install
|
||||||
yarn run build:pro
|
yarn run build:pro
|
||||||
cp ./path/to/CNAME ./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
|
||||||
|
|
Loading…
Reference in New Issue