personal-website/.gitlab-ci.yml

16 lines
192 B
YAML
Raw Normal View History

2017-05-04 18:36:47 +00:00
image: registry.gitlab.com/paddy-hack/nikola
test:
script:
- nikola build
except:
- master
pages:
script:
- nikola build
artifacts:
paths:
- public
only:
- master