From 7aeeca4612a52ca0d43adaa93196349e246b7b52 Mon Sep 17 00:00:00 2001 From: oz_adam Date: Mon, 30 Oct 2023 16:46:29 -0400 Subject: [PATCH] fix docsy dependencies --- .github/workflows/hugo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index b67c155..90c3a60 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -48,8 +48,8 @@ jobs: uses: actions/configure-pages@v3 - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - - name: Install postcss-cli - run: npm install -g postcss-cli + - name: Install docsy & dependencies + run: npm install --save-dev google/docsy#semver:0.7.1 autoprefixer postcss-cli postcss - name: Build with Hugo env: # For maximum backward compatibility with Hugo modules