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 - deploy
build: build:
image: klakegg/hugo:alpine image: klakegg/hugo:alpine-ci
stage: build stage: build
script: script:
- hugo - hugo -D
artifacts: artifacts:
paths: paths:
- public - public