9 lines
182 B
YAML
9 lines
182 B
YAML
|
image: thallian/calendar-builder:latest
|
||
|
|
||
|
build:
|
||
|
script:
|
||
|
- su -c "lualatex --output-directory=./build ./calendar.tex" builder
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- build/calendar.pdf
|