CI: fix yarn installation path
This commit is contained in:
parent
e1556c3e5a
commit
489cd3cc9e
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -23,8 +23,8 @@ jobs:
|
||||
sudo dpkg -i hugo.deb
|
||||
yarn install
|
||||
# Install dependencies one-by-one to avoid race-conditions
|
||||
pushd ./scripts/wiki/ && yarn && popd
|
||||
pushd ./scripts/compatdb/ && yarn && popd
|
||||
pushd ./scripts/shared-hugo-scripts/wiki/ && yarn && popd
|
||||
pushd ./scripts/shared-hugo-scripts/compatdb/ && yarn && popd
|
||||
hugo version
|
||||
- name: Build
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user