summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/Pages/Nanoc.gitlab-ci.yml
blob: be1a2d0ff0abdc9fe1879ed7b5f740ecdfea6d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Full project: https://gitlab.com/pages/nanoc
image: ruby:2.3

pages:
  script:
    - bundle install -j4
    - nanoc
  artifacts:
    paths:
      - public
  only:
    variables:
      - $CI_DEFAULT_BRANCH == $CI_COMMIT_REF_NAME