Skip to content

Commit fd15201

Browse files
committed
ci(render): update to add png
1 parent 66d0691 commit fd15201

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/render-diagrams.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
- name: Render SVG
4343
run: |
4444
find . -name '*.puml' -not -path './.git/*' -print0 \
45-
| xargs -0 -r java -jar plantuml.jar -tsvg -nometadata
45+
| xargs -0 -r java -jar plantuml.jar -tsvg -tpng -nometadata
4646
4747
- name: Commit rendered diagrams
4848
uses: stefanzweifel/git-auto-commit-action@v5
4949
with:
5050
commit_message: "ci: auto-render PlantUML diagrams"
51-
file_pattern: "**/*.svg"
51+
file_pattern: "**/*.svg **/*.png"
5252
commit_user_name: "github-actions[bot]"
5353
commit_user_email: "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)