We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a7fa5 commit 4e51833Copy full SHA for 4e51833
.github/workflows/build_deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Get yarn cache directory path
42
id: yarn-cache-dir-path
43
working-directory: submodules/volto
44
- run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
+ run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
45
- uses: actions/cache@v3
46
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
47
with:
0 commit comments