mirror of
https://git.fifo-f.eu/tex-projects/books/The-Invisible-Man-LaTeX.git
synced 2025-04-19 08:28:07 +02:00
13 lines
No EOL
237 B
YAML
13 lines
No EOL
237 B
YAML
workflow:
|
|
rules:
|
|
- when: never
|
|
|
|
build:
|
|
image: texlive/texlive:latest
|
|
script:
|
|
- lualatex The\ Invisible\ Man.tex || true
|
|
- lualatex The\ Invisible\ Man.tex || true
|
|
|
|
artifacts:
|
|
paths:
|
|
- "The Invisible Man.pdf" |