We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db15eeb commit 12248a8Copy full SHA for 12248a8
1 file changed
.github/workflows/automatic_image_genration.yml
@@ -301,7 +301,7 @@ jobs:
301
# docker output directory: src/drawio
302
docker run --rm \
303
-v "$(pwd):/data" \
304
- rlespinasse/drawio-export:4.4.0 \
+ rlespinasse/drawio-export:latest \
305
--format png \
306
--output "." \
307
"$rel_input_file_path"
@@ -350,7 +350,7 @@ jobs:
350
351
352
353
354
--format svg \
355
356
0 commit comments