We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9c282 commit 2ce4d10Copy full SHA for 2ce4d10
1 file changed
.github/workflows/docs-build-check.yml
@@ -28,7 +28,7 @@ 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
0 commit comments