Skip to content

Commit 2ce4d10

Browse files
committed
fix: change path once again
1 parent 8c9c282 commit 2ce4d10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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

0 commit comments

Comments
 (0)