mirror of
https://git.fifo-f.eu/tex-projects/books/dr-jekyll-and-mr-hyde-latex.git
synced 2025-04-11 21:08:17 +02:00
10 lines
No EOL
250 B
YAML
10 lines
No EOL
250 B
YAML
build:
|
|
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/texlive/texlive:latest
|
|
script:
|
|
- lualatex DrJekyllMrHyde.tex || true
|
|
- lualatex DrJekyllMrHyde.tex || true
|
|
when: manual
|
|
|
|
artifacts:
|
|
paths:
|
|
- "DrJekyllMrHyde.pdf" |