Skip to content
Snippets Groups Projects
Commit e96c4d50 authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

ci: investigate error

parent 4e30ebdb
No related branches found
No related tags found
1 merge request!22Resolve "move to gitlab and Automize pdfenize markdown document"
Pipeline #135961 failed
......@@ -15,6 +15,8 @@ tests:
- npx -v
script:
- npx markdownlint -o markdownlint-report.txt rdd-technical-reference.md
after_script:
- ls -al
artifacts:
expose_as: 'markdownlint report'
paths:
......@@ -29,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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment