blob: bbadb036fde5865e0e7e05bcf6d40c56a7255787 (
plain)
- image:
- name: pandoc/latex:2.11.2
- entrypoint: ["/bin/sh", "-c"]
- stages:
- - build
- build:
- stage: build
- script:
- - tlmgr install footmisc
- - pandoc --version
- - mkdir build
- - chmod +x ./build.sh
- - ./build.sh
- artifacts:
- paths:
- - "build"
|