Skip to content

Commit 86a06d9

Browse files
committed
Merge branch 'docs'
2 parents 2851979 + 6692142 commit 86a06d9

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)