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 fd0d4b2 commit d53ebf2Copy full SHA for d53ebf2
.github/workflows/docs.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: pnpm
24
+ cache-dependency-path: docs/pnpm-lock.yaml
25
- name: Install dependencies
26
run: cd docs && pnpm install
27
0 commit comments