hugo-site/.gitlab-ci.yml
2016-04-19 16:23:22 +00:00

12 lines
129 B
YAML

image: publysher/hugo
pages:
script:
- apt-get install git
- hugo
artifacts:
paths:
- public
only:
- master