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 3084be9 commit 6c7ad6cCopy full SHA for 6c7ad6c
1 file changed
.github/workflows/vitepress.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/setup-node@v3
16
with:
17
cache: 'npm'
18
+ cache-dependency-path: docs/package-lock.json
19
20
- run: cd docs && npm install
21
0 commit comments