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 88bdba5 commit 6718a32Copy full SHA for 6718a32
.github/workflows/bump-docs-version.yml
@@ -31,6 +31,7 @@ jobs:
31
with:
32
node-version: 22
33
cache: npm
34
+ cache-dependency-path: docs/package-lock.json
35
36
- name: Update package.json version
37
run: |
.github/workflows/deploy.yml
@@ -38,6 +38,7 @@ jobs:
38
39
40
41
42
- name: Setup Pages
43
uses: actions/configure-pages@v5
44
- name: Install dependencies
0 commit comments