Skip to content

Commit

Permalink
remove option in file
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMTheilig committed Jan 10, 2024
1 parent 6385194 commit 432fa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RenderAllDiagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
for dir in $FileNamePaths
do
# Render SVGs from PUMLs
find $dir -name "*.puml" -exec java -jar plantuml.jar -tsvg -filename $dir {} \;
find $dir -name "*.puml" -exec java -jar plantuml.jar -tsvg {} \;
done
# Generate the SVGs from DrawIO
Expand Down

0 comments on commit 432fa05

Please sign in to comment.