image: lbmc/pandoc:2.11

stages:
  - build

build:
  stage: build
  script:
    - make
  artifacts:
    paths:
      - public
  only:
    - master
    
environment:
  name: ${CI_JOB_NAME}