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

nanoc.gitlab-ci.yml « Pages « gitlab-ci-yml « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b469b316ba558c4eb28dc173f4b551425c04daf1 (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