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 e5261a1 commit 26ac9e2Copy full SHA for 26ac9e2
.github/workflows/build_deploy.yml
@@ -33,7 +33,6 @@ jobs:
33
# node setup
34
- name: Use Node.js ${{ matrix.node-version }}
35
uses: actions/setup-node@v1
36
- working-directory: submodules/volto
37
with:
38
node-version: ${{ matrix.node-version }}
39
@@ -44,7 +43,6 @@ jobs:
44
43
run: echo "::set-output name=dir::$(yarn cache dir)"
45
- uses: actions/cache@v1
46
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
47
48
49
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
50
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments