updated ci
This commit is contained in:
parent
27e8d96370
commit
ae4605f848
@ -1,15 +1,8 @@
|
|||||||
# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
|
|
||||||
image: registry.gitlab.com/pages/hugo:latest
|
image: registry.gitlab.com/pages/hugo:latest
|
||||||
|
|
||||||
before_script:
|
variables:
|
||||||
- git submodule init
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
- git submodule update --force
|
|
||||||
|
|
||||||
test:
|
|
||||||
script:
|
|
||||||
- hugo
|
|
||||||
except:
|
|
||||||
- master
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
@ -18,4 +11,4 @@ pages:
|
|||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
Loading…
Reference in New Issue
Block a user