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

Nanoc.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: b512f8d77e9922d20738b48b99c3f7a2b5ee4693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Full project: https://gitlab.com/pages/nanoc
image: ruby:2.6

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