debian-mirror-gitlab/lib/gitlab/ci/templates/Pages/Lektor.gitlab-ci.yml
2018-12-05 23:21:45 +05:30

12 lines
199 B
YAML

# Full project: https://gitlab.com/pages/hyde
image: python:2.7
pages:
script:
- pip install lektor
- lektor build --output-path public
artifacts:
paths:
- public
only:
- master