From 81a395f46c29560e5b688577f6f7545369c5ef64 Mon Sep 17 00:00:00 2001 From: Kuitos Date: Fri, 29 May 2020 11:22:55 +0800 Subject: [PATCH] :green_heart: fix ci --- .github/workflows/now.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/now.yml b/.github/workflows/now.yml index a7c944765..cac8d2904 100644 --- a/.github/workflows/now.yml +++ b/.github/workflows/now.yml @@ -16,8 +16,8 @@ jobs: yarn docs:build - name: deploy timeout-minutes: 3 - env: - BUILD_ID: ${{ github.sha }} - ZEIT_TOKEN: ${{ secrets.ZEIT_TOKEN }} - run: | - now --token=$ZEIT_TOKEN --confirm --prod --force --scope umijs + env: + BUILD_ID: ${{ github.sha }} + ZEIT_TOKEN: ${{ secrets.ZEIT_TOKEN }} + run: | + now --token=$ZEIT_TOKEN --confirm --prod --force --scope umijs