mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 06:41:38 +01:00
8 lines
155 B
YAML
8 lines
155 B
YAML
build:docs:
|
|
image: 123marvin123/typst:latest
|
|
script:
|
|
- typst compile docs/main.typ Flashcards.pdf
|
|
artifacts:
|
|
paths:
|
|
- ./Flashcards.pdf
|