Commit 5daea7f7 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

feat: deprecate docs:pandoc-from-template

parent 0243673a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,6 +6,13 @@ variables:
    sourcecodepro titling koma-script lineno hardwrap catchfile
  PANDOC_EXTRA_PACKAGES: "" # List the packages your document needs: https://www.ctan.org/pkg

docs:pandoc-from-template:DEPRECATED:
  stage: .pre
  script:
    - echo "The docs:pandoc-from-template is no longer maintained."
    - exit 1
  allow_failure: true

docs:pandoc-from-template:
  image:
    name: docker.io/pandoc/latex:latest
+4 −4
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@ include:
  - local: project-automation/workflow.yml
  - local: docs/md-presentation.yml
  - local: docs/latex.yml
  - local: docs/report-pandoc.yml
  # - local: docs/report-pandoc.yml # Deprecated

docs:pandoc-from-template:
  variables:
    SOURCE_DIR: tests/mockup_projects/docs/pandoc
# docs:pandoc-from-template:
#   variables:
#     SOURCE_DIR: tests/mockup_projects/docs/pandoc

docs:latex:
  variables: