Loading docs/drawio.ymldeleted 100644 → 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: #  # 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  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: [] tests/jobs/docs.yml +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 Loading Loading
docs/drawio.ymldeleted 100644 → 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: #  # 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  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: []
tests/jobs/docs.yml +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 Loading