From 501e40172fedb206708b54216c59a0f85c4ae4ac Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Sat, 14 Feb 2026 11:08:21 +0100 Subject: [PATCH] ci: hardcode hugo version to avoid unexpected failures --- .gitea/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index d7f59cc..5ccc4b6 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -43,7 +43,7 @@ jobs: - name: Setup Hugo uses: https://github.com/peaceiris/actions-hugo@v3.0.0 with: - hugo-version: "latest" + hugo-version: "0.155.3" extended: true - name: Build website with Hugo