From 0a9d354fc5e7985569fa0b1ebd4de76bf6f050b2 Mon Sep 17 00:00:00 2001 From: Adon Metcalfe Date: Fri, 30 Aug 2024 06:41:54 +0800 Subject: [PATCH] fix action --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 1f7606c..3e328aa 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -37,6 +37,8 @@ jobs: uses: peaceiris/actions-hugo@v3 with: hugo-version: 'latest' + - name: Build + run: hugo --minify - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact