CI: fix yarn installation path

This commit is contained in:
liushuyu 2021-05-11 18:29:38 -06:00
parent e1556c3e5a
commit 489cd3cc9e
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437

View File

@ -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: