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

.gitpod.yml - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4036701f7a4439da239d2b3b8128e6cf79f153c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint:latest

ports:
  - port: 3004
    onOpen: open-browser

tasks:
  - init: |
      bundle install
      yarn install --frozen-lockfile
      bundle exec rake
      bundle exec nanoc compile
    command: bundle exec nanoc live --port=3004