lissarchive-website/.gitlab-ci.yml

17 lines
195 B
YAML
Raw Normal View History

2019-01-18 22:07:39 +00:00
image: registry.gitlab.com/paddy-hack/nikola:8.0.1
2017-05-02 02:12:37 +00:00
test:
script:
- nikola build
except:
2020-11-30 18:28:59 +00:00
- main
2017-05-02 02:12:37 +00:00
pages:
script:
- nikola build
artifacts:
paths:
2017-05-02 02:56:26 +00:00
- public
2017-05-02 02:12:37 +00:00
only:
2020-11-30 18:28:59 +00:00
- main