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

12 lines
138 B
YAML

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