hugo-site/.gitlab-ci.yml
2016-04-19 16:28:11 +00:00

12 lines
133 B
YAML

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