ci friendly hugo image

This commit is contained in:
Jan Wolff 2022-11-24 21:51:52 +01:00
parent e53c7b337f
commit 8955f9173a

View file

@ -3,10 +3,10 @@ stages:
- deploy
build:
image: klakegg/hugo:alpine
image: klakegg/hugo:alpine-ci
stage: build
script:
- hugo
- hugo -D
artifacts:
paths:
- public