From b5e533a50491d92c51bdade350c877f562fac7be Mon Sep 17 00:00:00 2001 From: Luca Zeuch Date: Fri, 17 Jan 2025 19:12:52 +0100 Subject: [PATCH] workflows: downgrade hugo to prior release Hugo 0.141.0 introduced a new `try` function, replacing the way error handling is done. Downgrade until we can land a fix in upstream, see thuliteio/doks-core#115. Signed-off-by: Luca Zeuch --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 3e54371..84339e1 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -30,7 +30,7 @@ jobs: - name: Install Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: 'latest' + hugo-version: '0.140.2' # We use the extended version just to be on the safe side. # It is recommended anyway. extended: true