hugo-site/.gitlab-ci.yml
2016-04-19 21:52:52 +00:00

18 lines
206 B
YAML

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