1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-09 11:52:31 +00:00

Add .gitlab-ci.yml

This commit is contained in:
Fred Z 2019-01-09 21:07:07 +01:00
parent 70b75f0fd8
commit c72fefcfc2

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
image: python:3.6-alpine
pages:
script:
- pip install -r requirements.txt
- pelican --fatal warnings
artifacts:
when: on_success
paths:
- public