Fix yarn cache path

This commit is contained in:
Dhinak G
2024-09-15 14:28:59 -04:00
parent bcca5f8e2a
commit 37ff4f70e7

View File

@@ -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