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

pages:
  script:
    - bundle install -j4
    - nanoc
  artifacts:
    paths:
      - public
  only:
    - master