Skip to content
Snippets Groups Projects
Verified Commit 82b72738 authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

ci(gitlab): add missing koma-script package to "create" jobs

parent 084f2b86
No related branches found
No related tags found
1 merge request!84Resolve "rework "create" ci jobs"
Pipeline #317496 passed
...@@ -35,6 +35,8 @@ create_pdf: ...@@ -35,6 +35,8 @@ create_pdf:
image: image:
name: pandoc/latex:2.19 name: pandoc/latex:2.19
entrypoint: [""] entrypoint: [""]
before_script:
- tlmgr install koma-script
script: script:
- pandoc technical-reference.md -o technical-reference.pdf --template=rdd.latex --shift-heading-level-by=-1 - pandoc technical-reference.md -o technical-reference.pdf --template=rdd.latex --shift-heading-level-by=-1
artifacts: artifacts:
...@@ -47,6 +49,8 @@ create_epub: ...@@ -47,6 +49,8 @@ create_epub:
image: image:
name: pandoc/latex:2.19 name: pandoc/latex:2.19
entrypoint: [""] entrypoint: [""]
before_script:
- tlmgr install koma-script
script: script:
- pandoc technical-reference.md -o technical-reference.epub --shift-heading-level-by=-1 - pandoc technical-reference.md -o technical-reference.epub --shift-heading-level-by=-1
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment