lissarchive-website/.gitlab-ci.yml

16 lines
192 B
YAML
Raw Normal View History

2017-05-02 02:12:37 +00:00
image: registry.gitlab.com/paddy-hack/nikola
test:
script:
- nikola build
except:
- master
pages:
script:
- nikola build
artifacts:
paths:
2017-05-02 02:31:52 +00:00
- output
2017-05-02 02:12:37 +00:00
only:
- master