Skip to content
Snippets Groups Projects

Resolve "move to gitlab and Automize pdfenize markdown document"

Files
3
+ 5
0
@@ -14,10 +14,12 @@ tests:
- npm install
script:
- npx markdownlint -o markdownlint-report.txt rdd-technical-reference.md
allow_failure: true
artifacts:
expose_as: 'markdownlint report'
paths:
- markdownlint-report.txt
when: on_failure
except:
- tags
@@ -28,5 +30,8 @@ create_pdf:
- pandoc --version
script:
- pandoc --template=rdd.latex rdd-technical-reference.md -o rdd-technical-reference.pdf
artifacts:
paths:
- rdd-technical-reference.pdf
only:
- master
Loading