summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 234015b882e37904bbbee75580fecf5145056fb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
image: python:2.7-alpine

pages:
  script:
  - pip install -r requirements.txt
  - pelican -s publishconf.py
  artifacts:
    paths:
    - public/
  only:
    - master