Skip to content

Commit bc329a4

Browse files
committed
888
1 parent bf9a54c commit bc329a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automatic_image_genration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
-v "$(pwd):/data" \
298298
rlespinasse/drawio-export:4.4.0 \
299299
--format png \
300-
--output "../" \
300+
--output "." \
301301
"$rel_input_file_path"
302302
303303
png_exit_code=$?
@@ -345,7 +345,7 @@ jobs:
345345
-v "$(pwd):/data" \
346346
rlespinasse/drawio-export:4.4.0 \
347347
--format svg \
348-
--output "../" \
348+
--output "." \
349349
"$rel_input_file_path"
350350

351351
svg_exit_code=$?

0 commit comments

Comments
 (0)