From 489cd3cc9e89ed1aacc2703ff5599d75887c7e65 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Tue, 11 May 2021 18:29:38 -0600 Subject: [PATCH] CI: fix yarn installation path --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 02708ab..6ba4cfc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: