From ca1c307c299f6bf08628c83f38e4e3c697b1f560 Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Date: Thu, 21 Sep 2023 02:37:00 +0200 Subject: [PATCH] fix --- .github/workflows/hugo.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 2844945..98d742d 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -47,7 +47,10 @@ jobs: id: pages uses: actions/configure-pages@v3 - name: Install Node.js dependencies - run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" + run: | + "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" + cd themes/blist + "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Build with Hugo env: # For maximum backward compatibility with Hugo modules