2
0
Fork 0
mirror of https://git.fifo-f.eu/tex-projects/books/the-book-of-wonder.git synced 2025-04-19 11:38:05 +02:00
the-book-of-wonder/.gitlab-ci.yml
2024-07-27 12:18:33 +00:00

10 lines
No EOL
219 B
YAML

build:
image: texlive/texlive:latest
script:
- lualatex The\ Book\ of\ Wonder.tex || true
- lualatex The\ Book\ of\ Wonder.tex || true
when: manual
artifacts:
paths:
- "The Book of Wonder.pdf"