Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Pelican.gitlab-ci.yml « Pages « templates « ci « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5f3154f587d84d5ca38df93d880b38912ef5c4e (plain)
1
2
3
4
5
6
7
8
9
10
# Full project: https://gitlab.com/pages/pelican
image: python:2.7-alpine

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