From b877d92a84eb40dd51c53c86cf533cdc0cba6e06 Mon Sep 17 00:00:00 2001 From: Tomo Wang Date: Tue, 17 Dec 2024 23:41:36 +0800 Subject: [PATCH] fix: hugo v0.139.5 is a special version and should be skipped Hugo version: 0.139.5 Error: Action failed with error Unexpected HTTP response: 404 https://github.com/peaceiris/actions-hugo/issues/662 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0a1d807..3dc2373 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -36,7 +36,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: 'latest' + hugo-version: '0.140.0' extended: true - name: Checkout