themen-hugo-35c3-reveal/.gitlab-ci.yml

16 lines
213 B
YAML
Raw Normal View History

2018-12-06 19:06:54 -06:00
image: monachus/hugo
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
2019-01-30 12:02:57 -06:00
- hugo -s exampleSite -d ../public -b "/themen-hugo-35c3-reveal/"
2018-12-06 19:06:54 -06:00
artifacts:
paths:
2019-01-30 12:02:57 -06:00
- public
2018-12-06 19:06:54 -06:00
only:
- master