Add .gitlab-ci.yml
This commit is contained in:
parent
5c98a22ac3
commit
e98b366379
|
@ -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