From 6692142416fb531624f7f48cd3cb22611bb047db Mon Sep 17 00:00:00 2001 From: Greg Annandale Date: Fri, 3 Apr 2026 10:07:27 +0100 Subject: [PATCH] chore(docs): point docs Workflow at root-level package.json Since we're using npm workspaces --- .github/workflows/deploy-docusaurus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docusaurus.yml b/.github/workflows/deploy-docusaurus.yml index eaac33f44..1493765ca 100644 --- a/.github/workflows/deploy-docusaurus.yml +++ b/.github/workflows/deploy-docusaurus.yml @@ -46,7 +46,7 @@ jobs: with: node-version: 20.x cache: 'npm' - cache-dependency-path: packages/docs/package-lock.json + cache-dependency-path: 'package-lock.json' # root level, since we're using npm workspaces - name: Install dependencies working-directory: ./packages/docs