Commit d02ab2d220b393e834a93cd0b3c00df20fdec0e7
1 parent
6753e24b
chore: update ci
Showing
1 changed file
with
3 additions
and
3 deletions
.github/workflows/deploy.yml
... | ... | @@ -72,9 +72,9 @@ jobs: |
72 | 72 | with: |
73 | 73 | node-version: '16.x' |
74 | 74 | |
75 | - - name: Get yarn cache | |
76 | - id: yarn-cache | |
77 | - run: echo "::set-output name=dir::$(yarn cache dir)" | |
75 | +# - name: Get yarn cache | |
76 | +# id: yarn-cache | |
77 | +# run: echo "::set-output name=dir::$(yarn cache dir)" | |
78 | 78 | |
79 | 79 | - name: Cache dependencies |
80 | 80 | uses: actions/cache@v3 | ... | ... |