oceanwinder/.gitlab-ci.yml

18 lines
202 B
YAML
Raw Normal View History

2019-10-24 21:27:44 +00:00
image: registry.gitlab.com/paddy-hack/nikola:latest
test:
script:
- nikola build
except:
- master
pages:
script:
- nikola build
artifacts:
paths:
- public
only:
- master