documentation/.gitlab-ci.yml

14 lines
182 B
YAML
Raw Normal View History

2018-09-23 00:14:25 +02:00
image: registry.gitlab.com/pages/hugo:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master