personal-website/.gitlab-ci.yml

17 lines
199 B
YAML
Raw Normal View History

2018-11-04 22:31:45 +00:00
image: registry.gitlab.com/paddy-hack/nikola:8.0.1
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