Skip to content

Commit 2180bc0

Browse files
committed
44444
1 parent ad2f26d commit 2180bc0

15 files changed

Lines changed: 4 additions & 12 deletions

.github/workflows/automatic_image_genration.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,8 @@ jobs:
300300
fi
301301
302302
# find all docker drawio generated *.png images, rename and move them to the /image folder
303-
png_files=($(find "$(pwd)/${{ env.REL_DRAWIO_INPUT_DIR }}" -name "*.png" -type f | sort))
303+
drawio_dir="${{ env.REL_DRAWIO_INPUT_DIR }}"
304+
png_files=($(find "$(pwd)/$drawio_dir" -name "*.png" -type f | sort))
304305
305306
for i in "${!png_files[@]}"; do
306307
source_file="${png_files[$i]}"
@@ -340,7 +341,8 @@ jobs:
340341
fi
341342

342343
# find all docker drawio generated *.svg images, rename and move them to the /image folder
343-
svg_files=($(find "$(pwd)/${{ env.REL_DRAWIO_INPUT_DIR }}" -name "*.svg" -type f | sort))
344+
drawio_dir="${{ env.REL_DRAWIO_INPUT_DIR }}"
345+
svg_files=($(find "$(pwd)/$drawio_dir" -name "*.svg" -type f | sort))
344346

345347
for i in "${!svg_files[@]}"; do
346348
source_file="${svg_files[$i]}"
-241 KB
Binary file not shown.

images/VSDM 2.0 Sequenzdiagramm.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
-135 KB
Binary file not shown.
-151 KB
Binary file not shown.

images/diagram-Systemueberblick_VSDM2.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.

images/diagram_Systemkontext_VSDM2.svg/Systemkontext_VSDM2-Seite-1.svg

Lines changed: 0 additions & 2 deletions
This file was deleted.
Binary file not shown.

images/diagram_Systemueberblick_VSDM2.svg/Systemueberblick_VSDM2-Seite-1.svg

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)