diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 5780186de0..6c2918fbeb 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -50,7 +50,11 @@ jobs: uses: actions/configure-pages@v4 - name: Install Node.js dependencies working-directory: ./docsy - run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" + run: | + [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true + npm install -D autoprefixer + npm install -D postcss-cli + npm install -D postcss - name: Build with Hugo env: # For maximum backward compatibility with Hugo modules