save output
This commit is contained in:
parent
93f2a8cdde
commit
675b1038be
|
@ -7,6 +7,10 @@ build-site:
|
||||||
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
expire_in: 1 hour
|
||||||
|
|
||||||
build-image:
|
build-image:
|
||||||
stage: image
|
stage: image
|
||||||
|
|
Loading…
Reference in a new issue