浏览代码

release: v3 release test

陈凯龙 3 年之前
父节点
当前提交
8b960fe727
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      .github/workflows/main.yml

+ 1 - 5
.github/workflows/main.yml

@@ -42,14 +42,10 @@ jobs:
           git config --local user.email "321200875@qq.com"
           git config --local user.name "kailong321200875"
 
-      - name: Delete gh-pages branch
-        run: |
-          git push origin --delete gh-pages
-
       - name: Build
         run: |
           yarn install
-          yarn run build
+          yarn run build:pro
           touch dist/.nojekyll
           cp dist/index.html dist/404.html