We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553a17d commit 16904ccCopy full SHA for 16904cc
.github/workflows/deploy-docs.yml
@@ -20,6 +20,7 @@ jobs:
20
with:
21
node-version: 18
22
cache: npm
23
+ cache-dependency-path: ./docs/
24
25
- name: Install dependencies
26
run: npm ci
0 commit comments