From cffc37043ff369b609fefa45302a1ac20b68cd49 Mon Sep 17 00:00:00 2001 From: talktao Date: Thu, 25 Aug 2022 20:37:26 +0800 Subject: [PATCH] remove ci --- .github/workflows/ci.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 484ad2a..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Vue3-Vite-Vant-TS-H5 -on: - push: - branches: - - main -jobs: - build-and-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Install and Build 🔧 # 安装依赖、打包,如果提前已打包好无需这一步 - run: | - npm install - npm run build - - - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.3.3 - env: - ACCESS_TOKEN: ${{ secrets.VUE3_TOKEN }} - BRANCH: gh-pages - FOLDER: build \ No newline at end of file