blob: 7b1397cf651348f44a28cc8b718252fe60b4635e (
plain)
- image: xldrkp/pandoc:latest
- build:
- before_script:
- - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@collaborating.tuhh.de/cfo8486/buchprojekt.wiki.git
- script:
- - ls -la
- - cd buchprojekt.wiki
- - ls -la
- - 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
- ./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"
|