From fdbd1404f508cad424c8d21e69a1178764d999d2 Mon Sep 17 00:00:00 2001 From: luiz Date: Wed, 11 Dec 2024 20:20:43 +0100 Subject: [PATCH] a --- .github/workflows/deploy-github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 539a304..cb0df3d 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -55,7 +55,7 @@ jobs: run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Install PostCSS - run: npm install -g postcss postcss-cli autoprefixer + run: npm install postcss postcss-cli autoprefixer - name: Build with Hugo env: