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: ...@@ -15,6 +15,8 @@ tests:
- npx -v - npx -v
script: script:
- npx markdownlint -o markdownlint-report.txt rdd-technical-reference.md - npx markdownlint -o markdownlint-report.txt rdd-technical-reference.md
after_script:
- ls -al
artifacts: artifacts:
expose_as: 'markdownlint report' expose_as: 'markdownlint report'
paths: paths:
...@@ -29,5 +31,8 @@ create_pdf: ...@@ -29,5 +31,8 @@ create_pdf:
- pandoc --version - pandoc --version
script: script:
- pandoc --template=rdd.latex rdd-technical-reference.md -o rdd-technical-reference.pdf - pandoc --template=rdd.latex rdd-technical-reference.md -o rdd-technical-reference.pdf
artifacts:
paths:
- rdd-technical-reference.pdf
only: only:
- master - 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