image: lbmc/pandoc:2.12

stages:
  - build

build:
  stage: build
  script:
    - make
  artifacts:
    paths:
      - html
  only:
    - master