From e96c4d50f3804b4dd8cbc6a39a8d23eb7061e554 Mon Sep 17 00:00:00 2001 From: Stefan Hynek <stefan.hynek@uni-goettingen.de> Date: Tue, 19 May 2020 17:16:11 +0200 Subject: [PATCH] ci: investigate error --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 843aa23..aed6b62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab