Commit 38743153 authored by Ruben ten Hove's avatar Ruben ten Hove Committed by Federico Falconieri
Browse files

feat: remove drawio export job

parent 95e944a5
Loading
Loading
Loading
Loading

docs/drawio.yml

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
---
# You can access the resulting images by adding the
# following to a README.md:
# ![description](/../-/jobs/artifacts/master/raw/filename.png?job=docs%3Adrawio)
# Replace filename with the name of the .drawio file, and the extension
# if you changed the FORMAT variable.
# The ref (currently master) is hardcoded, so the README.md render will only
# show what is built on that ref.

# You can have multiple files (even in subdirectories), and the README.md
# can be in any directory. Just make sure the path is correct. For example:
# `dir/subdir/dia.drawio is shown using ![description](/../-/jobs/artifacts/master/raw/dir/subdir/dia.png?job=docs%3Adrawio)

docs:drawio:
  image:
    name: rlespinasse/drawio-export
    entrypoint: [""]
  stage: build
  variables:
    EXTRA_ARGS: ""
    FORMAT: "png"
  script:
    - /opt/drawio-desktop/entrypoint.sh --remove-page-suffix --output . --format
      ${FORMAT} ${EXTRA_ARGS}
  artifacts:
    paths:
      - "**/*.$FORMAT"
  needs: []
+0 −1
Original line number Diff line number Diff line
---
include:
  - local: docs/drawio.yml
  - local: docs/md-presentation.yml
  - local: project-automation/workflow.yml
  - local: docs/report-pandoc.yml