From 54f9eebbd48e2c222f1f3b063860f74146c101fc Mon Sep 17 00:00:00 2001 From: Anas Dorbani Date: Fri, 6 Dec 2024 17:43:35 +0100 Subject: [PATCH] add lock file location --- .github/workflows/WebsiteDeploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/WebsiteDeploy.yaml b/.github/workflows/WebsiteDeploy.yaml index ea1af40f..c21249ce 100644 --- a/.github/workflows/WebsiteDeploy.yaml +++ b/.github/workflows/WebsiteDeploy.yaml @@ -20,6 +20,7 @@ jobs: with: node-version: 18 cache: npm + cache-dependency-path: docs/package-lock.json - name: Install dependencies run: npm ci # Install dependencies in the docs directory