diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-02-24 14:19:10 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-02-24 14:19:10 +0100 |
commit | f10fe6c1c261652ef2aaf80964261ce45e1d2f8b (patch) | |
tree | 00a6e0da31fcd8b5752dd72a53a693fdacb2398b /.gitlab-ci.yml | |
parent | b9187672dac1b2760ee206f4d7e4c3993a5deb1c (diff) |
Update list
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 87 |
1 files changed, 76 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea7a428..7b1397c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,17 +10,82 @@ build: - ls -la 1/ - pandoc --version - pandoc - --filter pandoc-citeproc ../.pandoc-config.yml - ./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 + --filter pandoc-citeproc ../.pandoc-config.yml + ./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 + ./2/chapter.md \ + ./2/a_tipp.md \ + ./2/b_tipp.md \ + ./2/c_tipp.md \ + ./2/d_tipp.md \ + ./2/e_tipp.md \ + ./3/chapter.md \ + ./3/a_tipp.md \ + ./3/b_tipp.md \ + ./3/c_tipp.md \ + ./3/d_tipp.md \ + ./3/e_tipp.md \ + ./3/f_tipp.md \ + ./3/g_tipp.md \ + ./4/chapter.md \ + ./4/a_tipp.md \ + ./4/b_tipp.md \ + ./4/c_tipp.md \ + ./4/d_tipp.md \ + ./4/e_tipp.md \ + ./4/f_tipp.md \ + ./4/g_tipp.md \ + ./5/chapter.md \ + ./5/a_tipp.md \ + ./5/b_tipp.md \ + ./5/c_tipp.md \ + ./5/d_tipp.md \ + ./6/chapter.md \ + ./6/a_tipp.md \ + ./6/b_tipp.md \ + ./6/c_tipp.md \ + ./6/d_tipp.md \ + ./7/chapter.md \ + ./7/a_tipp.md \ + ./7/b_tipp.md \ + ./7/c_tipp.md \ + ./7/d_tipp.md \ + ./7/e_tipp.md \ + ./7/f_tipp.md \ + ./7/g_tipp.md \ + ./7/h_tipp.md \ + ./7/i_tipp.md \ + ./7/j_tipp.md \ + ./7/k_tipp.md \ + ./7/l_tipp.md \ + ./7/m_tipp.md \ + ./7/n_tipp.md \ + ./8/chapter.md \ + ./8/a_tipp.md \ + ./8/b_tipp.md \ + ./8/c_tipp.md \ + ./9/chapter.md \ + ./9/a_tipp.md \ + ./9/b_tipp.md \ + ./9/c_tipp.md \ + ./9/d_tipp.md \ + ./9/e_tipp.md \ + ./9/f_tipp.md \ + ./9/g_tipp.md \ + ./9/h_tipp.md \ + ./9/i_tipp.md \ + ./9/j_tipp.md \ + ./9/k_tipp.md \ + ./9/l_tipp.md \ + ./9/m_tipp.md \ + -o ../77-tipps.pdf artifacts: paths: - "*.pdf" |