blog/.gitlab-ci.yml

15 lines
176 B
YAML
Raw Normal View History

2017-10-25 03:26:21 +00:00
image: monachus/hugo
before_script:
- git submodule init
- git submodule update --force
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master