Skip to content
Snippets Groups Projects
Verified Commit 413aaee7 authored by Réthelyi Bálint's avatar Réthelyi Bálint :no_mouth:
Browse files

fix

parent d9aadb2f
No related branches found
No related tags found
No related merge requests found
Pipeline #20279 failed
image: pandoc/latex
stages: stages:
- build - build
generate pdf: generate pdf:
image:
name: pandoc/latex
entrypoint: [ "" ]
stage: build stage: build
script: script:
- pandoc -pdf-engine=lualatex --metadata-file=metadata.yml solutions/* -o solutions.pdf - pandoc --pdf-engine=lualatex --metadata-file=metadata.yml solutions/* -o solutions.pdf
artifacts: artifacts:
paths: paths:
- solutions.pdf - solutions.pdf
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment