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

Merge branch 'patch-1' into 'master'

Update .gitlab-ci.yml

See merge request cocsn/gosdn!3
parents 6f65f46a fc6b4306
No related branches found
No related tags found
1 merge request!3Update .gitlab-ci.yml
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