Loading docs/drawio.yml +3 −5 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ # 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. # Replace filename with the name of the .drawio file. # The ref (currently master) is hardcoded, so the README.md render will only # show what is built on that ref. Loading @@ -18,9 +17,8 @@ docs:drawio: stage: build variables: EXTRA_ARGS: "" FORMAT: "png" script: - /opt/drawio-desktop/entrypoint.sh --remove-page-suffix --output . --format ${FORMAT} ${EXTRA_ARGS} - /opt/drawio-desktop/entrypoint.sh --remove-page-suffix --output . --format png ${EXTRA_ARGS} artifacts: paths: - "**/*.$FORMAT" - "**/*.png" Loading
docs/drawio.yml +3 −5 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ # 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. # Replace filename with the name of the .drawio file. # The ref (currently master) is hardcoded, so the README.md render will only # show what is built on that ref. Loading @@ -18,9 +17,8 @@ docs:drawio: stage: build variables: EXTRA_ARGS: "" FORMAT: "png" script: - /opt/drawio-desktop/entrypoint.sh --remove-page-suffix --output . --format ${FORMAT} ${EXTRA_ARGS} - /opt/drawio-desktop/entrypoint.sh --remove-page-suffix --output . --format png ${EXTRA_ARGS} artifacts: paths: - "**/*.$FORMAT" - "**/*.png"