aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 23dbe2b00365b80eac50f2e76b77ea70ac45796b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pages:
  image:
    name: pandoc/alpine
    entrypoint:
      - ""
  stage: build
  script:
    - mkdir public
    - pandoc -s --include-in-header=docs/bamboo.min.css -s README.md -o public/index.html
  artifacts:
    paths:
      - public
  only:
    - master