From 4f92345d993ff5319a99e41cc9e9132eaf65c2b9 Mon Sep 17 00:00:00 2001 From: bpcreech <35012922+bpcreech@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:55:21 -0500 Subject: [PATCH] use hugo extended this apparently changes how the css toolchain works, and is recommended, idunno why it matters tho --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5e18246..5fb59fa 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -26,6 +26,7 @@ jobs: uses: peaceiris/actions-hugo@v2 with: hugo-version: "0.122.0" + extended: true - name: Build run: hugo --minify