summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: a37eede2add6792a3ac17b789e4c00eceda195c9 (plain)
1
2
3
4
5
6
7
8
make_pdf:
  stage: build
  image: tianon/latex
  script:
    - bash make.sh
  artifacts:
    paths:
    - document.pdf