From 10daea86c5e024f332dcd376ca2b7d9599cb616d Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 23 May 2021 09:03:04 +0800 Subject: [PATCH] build: move deploy-v2-site to 2.x branch (#8752) --- .github/workflows/deploy-v2-site.yml | 29 ---------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/deploy-v2-site.yml diff --git a/.github/workflows/deploy-v2-site.yml b/.github/workflows/deploy-v2-site.yml deleted file mode 100644 index 9902bc48e..000000000 --- a/.github/workflows/deploy-v2-site.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Deploy V2 Site - -on: - push: - branches: [2.x] - paths: - - 'docs/**' - -jobs: - build-and-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v2 - with: - ref: '2.x' - - - name: Install dependencies - uses: bahmutov/npm-install@v1 - - - name: Build Site - run: npx --no-install vant-cli build-site - - - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.1 - with: - branch: gh-pages - folder: site - clean: false