diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 95f8211f3f2192342e407b8a1a27aab26075b3b6..c4261bcd91376e439015f7d722403ff6affe046c 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