From da49078437e2b5ad5cea5d0fb5de5b41c91f2357 Mon Sep 17 00:00:00 2001 From: osamu-kj Date: Sat, 8 Apr 2023 13:33:54 +0200 Subject: [PATCH] Workflow: update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07e62b6..054bac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - name: setup hugo uses: peaceiris/actions-hugo@v2 - name: build - run: hugo --minify + run: hugo - uses: bcomnes/deploy-to-neocities@v1 if: ${{ github.ref == 'refs/heads/main' }} with: