From 15e562cecf66497cd379db7f61c40ca0c02cd804 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 17 Dec 2024 06:02:01 -0700 Subject: [PATCH] ci: use static hugo version to fix issue with latest alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/peaceiris/actions-hugo/issues/⁠652. --- .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 6d10b47..03621bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: 'latest' + hugo-version: "0.139.4" extended: true - name: Build