Update .gitlab-ci.yml file
This commit is contained in:
parent
c01801108c
commit
2d0df4dd48
|
@ -6,6 +6,8 @@ variables:
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
|
- apk add --update --no-cache git go
|
||||||
|
- git submodule update --init --recursive
|
||||||
- hugo mod get -u && hugo --gc --minify
|
- hugo mod get -u && hugo --gc --minify
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue