From 60429014d8f76e5e0b099effe0882674429745ae Mon Sep 17 00:00:00 2001 From: c6ristian Date: Thu, 30 Nov 2023 23:27:55 +0100 Subject: [PATCH] ci: fix hugo error --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a18cdbd..b910e40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,10 +7,10 @@ stages: build-website: stage: build - image: alpine + image: registry.gitlab.com/pages/hugo/hugo_extended:latest before_script: - apk update - - apk add tzdata hugo coreutils curl jq git + - apk add tzdata coreutils curl jq git script: - ./fetch-calendar.sh - sed -i "s#baseURL = 'https://hamburg.ccc.de/'#baseURL = 'https://next.hamburg.ccc.de/'#" hugo.toml