From 86c5a12c2e5903d3856905d44a15dfe7a84bed2a Mon Sep 17 00:00:00 2001 From: Axel Dürkop Date: Mon, 24 Feb 2020 13:37:38 +0100 Subject: Fix pipeline --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d43985..ea7a428 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,15 +11,15 @@ build: - pandoc --version - pandoc --filter pandoc-citeproc ../.pandoc-config.yml - ./1/a_tipps.md - ./1/b_tipps.md - ./1/c_tipps.md - ./1/d_tipps.md - ./1/e_tipps.md - ./1/f_tipps.md - ./1/g_tipps.md - ./1/h_tipps.md - ./1/i_tipps.md + ./1/chapter.md + ./1/a_tipp.md + ./1/b_tipp.md + ./1/c_tipp.md + ./1/d_tipp.md + ./1/e_tipp.md + ./1/f_tipp.md + ./1/g_tipp.md + ./1/h_tipp.md -o ../77-tipps.pdf artifacts: paths: -- cgit v1.2.3