There was an error while loading. Please reload this page.
1 parent 92324a0 commit 3a769f4Copy full SHA for 3a769f4
2 files changed
.github/workflows/docs-build.yml
@@ -22,7 +22,13 @@ jobs:
22
with:
23
node-version: 22
24
cache: yarn
25
- cache-dependency-path: docs/yarn.lock
+ cache-dependency-path: |
26
+ yarn.lock
27
+ docs/yarn.lock
28
+
29
+ - name: Install library dependencies (local source)
30
+ working-directory: ${{ github.workspace }}
31
+ run: yarn install --immutable
32
33
- name: Install dependencies
34
run: yarn install --immutable
.github/workflows/docs-publish.yml
@@ -27,7 +27,13 @@ jobs:
35
36
37
38
39
0 commit comments