We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6385194 commit 432fa05Copy full SHA for 432fa05
.github/workflows/RenderAllDiagrams.yml
@@ -50,7 +50,7 @@ jobs:
50
for dir in $FileNamePaths
51
do
52
# Render SVGs from PUMLs
53
- find $dir -name "*.puml" -exec java -jar plantuml.jar -tsvg -filename $dir {} \;
+ find $dir -name "*.puml" -exec java -jar plantuml.jar -tsvg {} \;
54
done
55
56
# Generate the SVGs from DrawIO
0 commit comments