mirror of
https://git.fifo-f.eu/tex-projects/books/dr-jekyll-and-mr-hyde-latex.git
synced 2025-04-19 08:28:07 +02:00
10 lines
No EOL
201 B
YAML
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" |