Skip to content
Snippets Groups Projects

Resolve "move to gitlab and Automize pdfenize markdown document"

All threads resolved!
+ 6
0
@@ -12,8 +12,11 @@ tests:
image: node:10
before_script:
- npm install
- npx -v
script:
- npx markdownlint -o markdownlint-report.txt rdd-technical-reference.md
after_script:
- ls -al
artifacts:
expose_as: 'markdownlint report'
paths:
@@ -28,5 +31,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