From 08f721dd28958c9ddba9c5219eb371741c23a5a8 Mon Sep 17 00:00:00 2001 From: Kuitos Date: Mon, 23 May 2022 15:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20migrate=20doc=20deploy=20(#2100)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/now.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/now.yml diff --git a/.github/workflows/now.yml b/.github/workflows/now.yml deleted file mode 100644 index 92b5906..0000000 --- a/.github/workflows/now.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Qiankun Doc Deploy -on: - push: - branches: - - master -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: build - env: - NOW_DEPLOY: true - run: | - yarn - yarn docs:build - - uses: amondnet/vercel-action@v19 - id: vercel-deployment-production - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - vercel-token: ${{ secrets.ZEIT_TOKEN }} - vercel-org-id: ${{ secrets.NOW_ORG_ID }} - vercel-project-id: ${{ secrets.NOW_PROJECT_ID }} - working-directory: dist - vercel-args: '--prod' - scope: chencheng