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

fix

parent 413aaee7
No related branches found
No related tags found
No related merge requests found
Pipeline #20280 passed
...@@ -7,7 +7,7 @@ generate pdf: ...@@ -7,7 +7,7 @@ generate pdf:
entrypoint: [ "" ] 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.yaml 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