We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12bcdb commit 73d76e8Copy full SHA for 73d76e8
1 file changed
.github/workflows/deploy-doc-site.yml
@@ -37,6 +37,7 @@ jobs:
37
with:
38
node-version: 20
39
cache: 'pnpm'
40
+ cache-dependency-path: './doc-site/pnpm-lock.yaml'
41
42
- name: Install packages dependencies
43
run: pnpm install --frozen-lockfile --ignore-scripts
0 commit comments