hugo-site/.gitlab-ci.yml
2017-08-19 13:09:39 +00:00

17 lines
173 B
YAML

image: registry.gitlab.com/pages/hugo:0.26
test:
script:
- hugo
except:
- master
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master