We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af4a17 commit e3c4559Copy full SHA for e3c4559
.github/workflows/docs-check.yaml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
node-version: 18
36
cache: npm
37
- cache-dependency-path: '**/package-lock.json'
+ cache-dependency-path: 'website/package-lock.json'
38
- name: Install dependencies
39
run: npm ci
40
- name: Test build website
0 commit comments