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