summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/Pages/Lektor.gitlab-ci.yml
blob: ea07a7c31459c97c5949c27f9a3bd729c31d48a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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:
    - $CI_DEFAULT_BRANCH