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