From 8e4c3aee702c2103c6fc98bed002c5fe59af3e99 Mon Sep 17 00:00:00 2001 From: Kurt Bruns Date: Tue, 18 Jul 2023 11:47:04 -0600 Subject: [PATCH] Removed minify command from build step because it was stripping a spacE --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 69afa22..eed1c16 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: extended: true - name: Build - run: hugo --minify + run: hugo - name: Deploy Site uses: peaceiris/actions-gh-pages@v3