Skip to content

Commit 9f10424

Browse files
committed
fix: wip
1 parent 2ce4d10 commit 9f10424

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-build-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
with:
2929
node-version: 18
3030
cache: 'yarn'
31-
cache-dependency-path: ${{env.WORKING_DIRECTORY}}/.yarn.lock
31+
# cache-dependency-path: ${{env.WORKING_DIRECTORY}}/.yarn.lock
3232
- name: Install node dependencies
3333
working-directory: ${{ env.WORKING_DIRECTORY }}
3434
# 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
35+
run: mkdir -p .yarn/cache && yarn install --immutable
3636
- name: Generate docs
3737
working-directory: ${{ env.WORKING_DIRECTORY }}
3838
run: yarn build

0 commit comments

Comments
 (0)