ci: fix hugo error

This commit is contained in:
christian 2023-11-30 23:27:55 +01:00 committed by jtbx
parent f9ed7f82b9
commit 60429014d8

View file

@ -7,10 +7,10 @@ stages:
build-website: build-website:
stage: build stage: build
image: alpine image: registry.gitlab.com/pages/hugo/hugo_extended:latest
before_script: before_script:
- apk update - apk update
- apk add tzdata hugo coreutils curl jq git - apk add tzdata coreutils curl jq git
script: script:
- ./fetch-calendar.sh - ./fetch-calendar.sh
- sed -i "s#baseURL = 'https://hamburg.ccc.de/'#baseURL = 'https://next.hamburg.ccc.de/'#" hugo.toml - sed -i "s#baseURL = 'https://hamburg.ccc.de/'#baseURL = 'https://next.hamburg.ccc.de/'#" hugo.toml