Add .gitlab-ci.yml
This commit is contained in:
parent
ccde02d880
commit
f5fa3bcb46
|
@ -0,0 +1,16 @@
|
||||||
|
image: registry.gitlab.com/paddy-hack/nikola
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- nikola build
|
||||||
|
except:
|
||||||
|
- master
|
||||||
|
|
||||||
|
pages:
|
||||||
|
script:
|
||||||
|
- nikola build
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
Loading…
Reference in New Issue