Skip to content

Commit a67ff16

Browse files
committed
666
1 parent 9559b8c commit a67ff16

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
@@ -289,7 +289,7 @@ jobs:
289289
-v "$(pwd):/data" \
290290
rlespinasse/drawio-export:4.4.0 \
291291
--format png \
292-
--output "../${rel_output_dir}/${prefix_base}.png" \
292+
--output "../../${rel_output_dir}/${prefix_base}.png" \
293293
"$rel_input_file_path"
294294
295295
png_exit_code=$?
@@ -315,7 +315,7 @@ jobs:
315315
-v "$(pwd):/data" \
316316
rlespinasse/drawio-export:4.4.0 \
317317
--format svg \
318-
--output "../${rel_output_dir}/${prefix_base}.svg" \
318+
--output "../../${rel_output_dir}/${prefix_base}.svg" \
319319
"$rel_input_file_path"
320320
321321
svg_exit_code=$?

0 commit comments

Comments
 (0)