From d02ab2d220b393e834a93cd0b3c00df20fdec0e7 Mon Sep 17 00:00:00 2001 From: jinmao88 <50581550+jinmao88@users.noreply.github.com> Date: Mon, 30 Jan 2023 15:44:56 +0800 Subject: [PATCH] chore: update ci --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 95f8211f..c4261bcd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,9 +72,9 @@ jobs: with: node-version: '16.x' - - name: Get yarn cache - id: yarn-cache - run: echo "::set-output name=dir::$(yarn cache dir)" +# - name: Get yarn cache +# id: yarn-cache +# run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache dependencies uses: actions/cache@v3 -- GitLab