Skip to content

Commit 26ac9e2

Browse files
committed
Remove working-directories and try to make it work without them
1 parent e5261a1 commit 26ac9e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build_deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
# node setup
3434
- name: Use Node.js ${{ matrix.node-version }}
3535
uses: actions/setup-node@v1
36-
working-directory: submodules/volto
3736
with:
3837
node-version: ${{ matrix.node-version }}
3938

@@ -44,7 +43,6 @@ jobs:
4443
run: echo "::set-output name=dir::$(yarn cache dir)"
4544
- uses: actions/cache@v1
4645
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
47-
working-directory: submodules/volto
4846
with:
4947
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
5048
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)