release: v3 release test

This commit is contained in:
kailong321200875 2022-02-19 09:26:26 +08:00
parent e48b93f9fb
commit dfc410a826
1 changed files with 5 additions and 1 deletions

View File

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