We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce4d10 commit 9f10424Copy full SHA for 9f10424
1 file changed
.github/workflows/docs-build-check.yml
@@ -28,11 +28,11 @@ jobs:
28
with:
29
node-version: 18
30
cache: 'yarn'
31
- cache-dependency-path: ${{env.WORKING_DIRECTORY}}/.yarn.lock
+ # cache-dependency-path: ${{env.WORKING_DIRECTORY}}/.yarn.lock
32
- name: Install node dependencies
33
working-directory: ${{ env.WORKING_DIRECTORY }}
34
# the mkdir is a workaround to avoid this: https://github.com/actions/setup-node/issues/317
35
- run: mkdir -p ../.yarn/cache && yarn install --immutable
+ run: mkdir -p .yarn/cache && yarn install --immutable
36
- name: Generate docs
37
38
run: yarn build
0 commit comments