We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87718a5 commit 6692142Copy full SHA for 6692142
1 file changed
.github/workflows/deploy-docusaurus.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
node-version: 20.x
48
cache: 'npm'
49
- cache-dependency-path: packages/docs/package-lock.json
+ cache-dependency-path: 'package-lock.json' # root level, since we're using npm workspaces
50
51
- name: Install dependencies
52
working-directory: ./packages/docs
0 commit comments