Skip to content
Snippets Groups Projects
Commit fc6b4306 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

Update .gitlab-ci.yml

Removed debug ls
parent 6f65f46a
No related branches found
No related tags found
No related merge requests found
image: pandoc/latex:latest
image:
name: pandoc/latex
entrypoint: [""]
Documentation:
tags:
- docker
only:
changes:
- documentation/design/*.md
script:
- cd documentation/design
- pandoc --filter pandoc-citeproc --bibliography=bibliography.bib --csl=acm-sig-proceedings.csl --variable papersize=a4paper -s *.md -o documentation.pdf
- ls
artifacts:
paths:
- documentation/design/documentation.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