release: v3 release test
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -42,14 +42,10 @@ jobs:
|
|||||||
git config --local user.email "321200875@qq.com"
|
git config --local user.email "321200875@qq.com"
|
||||||
git config --local user.name "kailong321200875"
|
git config --local user.name "kailong321200875"
|
||||||
|
|
||||||
- name: Delete gh-pages branch
|
|
||||||
run: |
|
|
||||||
git push origin --delete gh-pages
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
yarn install
|
yarn install
|
||||||
yarn run build
|
yarn run build:pro
|
||||||
touch dist/.nojekyll
|
touch dist/.nojekyll
|
||||||
cp dist/index.html dist/404.html
|
cp dist/index.html dist/404.html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user