Skip to content

Commit 6692142

Browse files
committed
chore(docs): point docs Workflow at root-level package.json
Since we're using npm workspaces
1 parent 87718a5 commit 6692142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docusaurus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
node-version: 20.x
4848
cache: 'npm'
49-
cache-dependency-path: packages/docs/package-lock.json
49+
cache-dependency-path: 'package-lock.json' # root level, since we're using npm workspaces
5050

5151
- name: Install dependencies
5252
working-directory: ./packages/docs

0 commit comments

Comments
 (0)