ci: fix hugo error
This commit is contained in:
parent
f9ed7f82b9
commit
60429014d8
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue