2
0
Fork 0
dr-jekyll-and-mr-hyde-latex/.gitlab-ci.yml

13 lines
No EOL
224 B
YAML

workflow:
rules:
- when: never
build:
image: texlive/texlive:latest
script:
- lualatex DrJekyllMrHyde.tex || true
- lualatex DrJekyllMrHyde.tex || true
artifacts:
paths:
- "DrJekyllMrHyde.pdf"