ci friendly hugo image
This commit is contained in:
parent
e53c7b337f
commit
8955f9173a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue