Skip to content
Snippets Groups Projects
.gitlab-ci.yml 148 B
Newer Older
Laurent Modolo's avatar
Laurent Modolo committed
stages:
  - build

build:
  stage: build
  image: pandoc/latex:2.12
  script:
    - make
  artifacts:
    paths:
      - html
  only:
    - master