Skip to content
Snippets Groups Projects

Resolve "move to gitlab and Automize pdfenize markdown document"

All threads resolved!
Files
3
+ 5
1
@@ -12,13 +12,14 @@ tests:
image: node:10
before_script:
- npm install
- npx -v
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
@@ -29,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