Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed May 3, 2024
1 parent fefc234 commit c1bbbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Generate SVG Diagrams
uses: holowinski/plantuml-github-action@main
with:
args: -v -tsvg ${{steps.getfile.outputs.files}}
args: -v -tsvg "diagrams/**.puml" -o "../static"

- name: Push Local Changes
uses: stefanzweifel/[email protected]
Expand Down

0 comments on commit c1bbbc6

Please sign in to comment.