From 903cb5d18004bb3b60d08dcacc7e02cc3f6206c5 Mon Sep 17 00:00:00 2001 From: Brooke Date: Sat, 9 Mar 2024 16:57:37 -0500 Subject: [PATCH] remove loglevel, incompatible with older hugo --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 7748a53..1715eb8 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: run: apk add rsync - uses: actions/checkout@v4 - name: Run build task - run: hugo --minify --logLevel info + run: hugo --minify - name: Test static page run: bash ${{ gitea.workspace }}/bin/test_static_page.sh - name: Deploy to Server