personal-website/.gitlab-ci.yml

17 lines
199 B
YAML
Raw Normal View History

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