mirror of
https://git.fifo-f.eu/tex-projects/books/the-book-of-wonder.git
synced 2025-04-12 00:18:14 +02:00
10 lines
No EOL
268 B
YAML
10 lines
No EOL
268 B
YAML
build:
|
|
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/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" |