1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-08 23:42:37 +00:00
free_zed.gitlab.io/.gitlab-ci.yml

11 lines
166 B
YAML
Raw Normal View History

2019-01-09 20:07:07 +00:00
image: python:3.6-alpine
pages:
script:
- pip install -r requirements.txt
- pelican --fatal warnings
artifacts:
when: on_success
paths:
- public