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