From aae583ca4458a1038ef27e93e86b975417ce2cf1 Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 6 Mar 2024 01:46:04 -0500 Subject: [PATCH] fix hugo run --- .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 8f2f791..c8adb44 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run build task - run: ./hugo --minify --logLevel info + run: hugo --minify --logLevel info - name: Test static page run: bash ${{ gitea.workspace }}/bin/test_static_page.sh - name: Deploy to Server