aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: e2ac9670a0e16972519328e083876673db758c09 (plain)
  1. image: xldrkp/pandoc:latest
  2. build:
  3. before_script:
  4. - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@collaborating.tuhh.de/cfo8486/buchprojekt.wiki.git
  5. script:
  6. - ls -la
  7. - cd buchprojekt.wiki
  8. - ls -la
  9. - ls -la 1/
  10. - pandoc --version
  11. - pandoc
  12. --filter pandoc-citeproc ../.pandoc-config.yml
  13. ./1/chapter.md
  14. ./1/a_tipp.md
  15. ./1/b_tipp.md
  16. ./1/c_tipp.md
  17. ./1/d_tipp.md
  18. ./1/e_tipp.md
  19. ./1/f_tipp.md
  20. ./1/g_tipp.md
  21. ./1/h_tipp.md
  22. ./2/chapter.md
  23. ./2/a_tipp.md
  24. ./2/b_tipp.md
  25. ./2/c_tipp.md
  26. ./2/d_tipp.md
  27. ./2/e_tipp.md
  28. ./3/chapter.md
  29. ./3/a_tipp.md
  30. ./3/b_tipp.md
  31. ./3/c_tipp.md
  32. ./3/d_tipp.md
  33. ./3/e_tipp.md
  34. ./3/f_tipp.md
  35. ./3/g_tipp.md
  36. ./4/chapter.md
  37. ./4/a_tipp.md
  38. ./4/b_tipp.md
  39. ./4/c_tipp.md
  40. ./4/d_tipp.md
  41. ./4/e_tipp.md
  42. ./4/f_tipp.md
  43. ./4/g_tipp.md
  44. ./5/chapter.md
  45. ./5/a_tipp.md
  46. ./5/b_tipp.md
  47. ./5/c_tipp.md
  48. ./5/d_tipp.md
  49. ./6/chapter.md
  50. ./6/a_tipp.md
  51. ./6/b_tipp.md
  52. ./6/c_tipp.md
  53. ./6/d_tipp.md
  54. ./7/chapter.md
  55. ./7/a_tipp.md
  56. ./7/b_tipp.md
  57. ./7/c_tipp.md
  58. ./7/d_tipp.md
  59. ./7/e_tipp.md
  60. ./7/f_tipp.md
  61. ./7/g_tipp.md
  62. ./7/h_tipp.md
  63. ./7/i_tipp.md
  64. ./7/j_tipp.md
  65. ./7/k_tipp.md
  66. ./7/l_tipp.md
  67. ./7/m_tipp.md
  68. ./7/n_tipp.md
  69. ./8/chapter.md
  70. ./8/a_tipp.md
  71. ./8/b_tipp.md
  72. ./8/c_tipp.md
  73. ./9/chapter.md
  74. ./9/a_tipp.md
  75. ./9/b_tipp.md
  76. ./9/c_tipp.md
  77. ./9/d_tipp.md
  78. ./9/e_tipp.md
  79. ./9/f_tipp.md
  80. ./9/g_tipp.md
  81. ./9/h_tipp.md
  82. ./9/i_tipp.md
  83. ./9/j_tipp.md
  84. ./9/k_tipp.md
  85. ./9/l_tipp.md
  86. ./9/m_tipp.md
  87. -o ../77-tipps.pdf
  88. artifacts:
  89. paths:
  90. - "*.pdf"