Skip to content

Commit

Permalink
ci: set cache-dependency-path: ./docs/yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
usernein committed Jan 26, 2024
1 parent 9293abc commit 052a33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: ./docs/yarn.lock

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: ./docs/yarn.lock

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 052a33b

Please sign in to comment.