From e995c1c4215f25e86dc2024f9b05d70d07be7c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 17 Apr 2024 12:42:57 +0200 Subject: [PATCH] Upgrade version of Hugo used to build the spec in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3288b42a..de66484d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -268,7 +268,8 @@ jobs: - name: "➕ Setup Hugo" uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d with: - hugo-version: '0.113.0' + # Cannot build the spec with Hugo 0.125.0 because of https://github.com/google/docsy/issues/1930 + hugo-version: '0.124.1' extended: true - name: "📥 Source checkout" uses: actions/checkout@v4