1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2026-03-16 05:40:15 +01:00
Files
flashcards/.gitlab-ci.yml
2026-03-06 15:48:09 +01:00

9 lines
170 B
YAML

build:docs:
image: 123marvin123/typst:latest
stage: build
script:
- typst compile docs/main.typ Flashcards.pdf
artifacts:
paths:
- ./Flashcards.pdf