We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134e92f commit 6bc1e85Copy full SHA for 6bc1e85
.github/workflows/docs.yml
@@ -40,6 +40,7 @@ jobs:
40
with:
41
node-version: 18
42
cache: npm
43
+ cache-dependency-path: docs/package-lock.json
44
45
- name: Install dependencies
46
run: npm ci
0 commit comments