updating .gitlab-ci.yml
This commit is contained in:
parent
f38c22f593
commit
70ed41a366
|
@ -1,8 +1,9 @@
|
||||||
# The Docker image that will be used to build your app
|
# The Docker image that will be used to build your app
|
||||||
image: klakegg/hugo:pandoc
|
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
||||||
# Functions that should be executed before the build script is run
|
# Functions that should be executed before the build script is run
|
||||||
before_script:
|
variables:
|
||||||
- cd tfc
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
|
|
Loading…
Reference in a new issue