hugo-site/.gitlab-ci.yml
2016-04-19 22:01:48 +00:00

18 lines
200 B
YAML

image: publysher/hugo
cache:
paths:
- /var/cache/apt/archives/
before_script:
- apt-get install git-core
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master