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

10 lines
No EOL
201 B
YAML

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