mirror of
https://git.fifo-f.eu/tex-projects/books/The-Invisible-Man-LaTeX.git
synced 2025-04-11 21:08:18 +02:00
10 lines
No EOL
263 B
YAML
10 lines
No EOL
263 B
YAML
build:
|
|
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/texlive/texlive:latest
|
|
script:
|
|
- lualatex The\ Invisible\ Man.tex || true
|
|
- lualatex The\ Invisible\ Man.tex || true
|
|
when: manual
|
|
|
|
artifacts:
|
|
paths:
|
|
- "The Invisible Man.pdf" |