hugo-site/.gitlab-ci.yml
2016-07-11 15:54:29 +00:00

16 lines
151 B
YAML

image: publysher/hugo
test:
script:
- hugo
except:
- master
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master