Browse Source

chore: update ci

pull/2516/head
jinmao88 3 years ago
parent
commit
d02ab2d220
  1. 6
      .github/workflows/deploy.yml

6
.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

Loading…
Cancel
Save