From cb09f4115194f0973983157d656efbc45fb29cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Tue, 21 May 2024 18:46:55 +0200 Subject: [PATCH] fix: hugo post css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- .github/workflows/hugo.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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