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
|
||||
image: klakegg/hugo:pandoc
|
||||
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
||||
# Functions that should be executed before the build script is run
|
||||
before_script:
|
||||
- cd tfc
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
||||
pages:
|
||||
script:
|
||||
- hugo
|
||||
|
|
Loading…
Reference in a new issue