Skip to content

Commit

Permalink
remove plantuml jar
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMTheilig committed Jan 12, 2024
1 parent b8b026e commit dd44222
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/RenderAllDiagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
# Render SVGs from PUMLs
find $dir -name "*.puml" -exec java -jar plantuml.jar -tsvg {} \;
done
# Remove plantUML jar
- name: remove plantuml file
run: |
rm -f plantuml.jar
# Generate the SVGs from DrawIO
- name: Render DrawIO to SVG with predefined action
Expand Down

0 comments on commit dd44222

Please sign in to comment.