Skip to content

Commit

Permalink
Fix yarn cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Sep 15, 2024
1 parent bcca5f8 commit 37ff4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: "22"
cache: "yarn"
cache-dependency-path: ./yarn.lock
cache-dependency-path: ./docs/yarn.lock
- name: Install Dependencies
run: yarn install --frozen-lockfile
working-directory: docs
Expand Down

0 comments on commit 37ff4f7

Please sign in to comment.