Skip to content

Commit 432fa05

Browse files
committed
remove option in file
1 parent 6385194 commit 432fa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/RenderAllDiagrams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
for dir in $FileNamePaths
5151
do
5252
# Render SVGs from PUMLs
53-
find $dir -name "*.puml" -exec java -jar plantuml.jar -tsvg -filename $dir {} \;
53+
find $dir -name "*.puml" -exec java -jar plantuml.jar -tsvg {} \;
5454
done
5555
5656
# Generate the SVGs from DrawIO

0 commit comments

Comments
 (0)