We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9559b8c commit a67ff16Copy full SHA for a67ff16
1 file changed
.github/workflows/automatic_image_genration.yml
@@ -289,7 +289,7 @@ jobs:
289
-v "$(pwd):/data" \
290
rlespinasse/drawio-export:4.4.0 \
291
--format png \
292
- --output "../${rel_output_dir}/${prefix_base}.png" \
+ --output "../../${rel_output_dir}/${prefix_base}.png" \
293
"$rel_input_file_path"
294
295
png_exit_code=$?
@@ -315,7 +315,7 @@ jobs:
315
316
317
--format svg \
318
- --output "../${rel_output_dir}/${prefix_base}.svg" \
+ --output "../../${rel_output_dir}/${prefix_base}.svg" \
319
320
321
svg_exit_code=$?
0 commit comments