From 310ccf574f42d4d47b95ed14369d507ef5087988 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 7 Nov 2023 22:40:57 +0100 Subject: [PATCH] amend! ci: switch to building with Hugo ci: switch to building with Hugo Since this is now a static site built with Hugo, let's switch the CI builds to do exactly that. While at it, update the `actions/checkout` version. Technically, we do not need to upload the result, but it makes for easier debugging. Signed-off-by: Johannes Schindelin --- .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 b4fb1e8ea1..1a9ce4273e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: [pull_request] env: - HUGO_VERSION: 0.119.0 + HUGO_VERSION: 0.120.3 jobs: build: