We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9a54c commit bc329a4Copy full SHA for bc329a4
1 file changed
.github/workflows/automatic_image_genration.yml
@@ -297,7 +297,7 @@ jobs:
297
-v "$(pwd):/data" \
298
rlespinasse/drawio-export:4.4.0 \
299
--format png \
300
- --output "../" \
+ --output "." \
301
"$rel_input_file_path"
302
303
png_exit_code=$?
@@ -345,7 +345,7 @@ jobs:
345
346
347
--format svg \
348
349
350
351
svg_exit_code=$?
0 commit comments