Skip to content

Commit

Permalink
Update uml-diagram-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdenHide authored Jun 19, 2024
1 parent b479d6f commit cc1f1bf
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/uml-diagram-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ on:
types: [opened, synchronize, reopened]

jobs:

embed-puml-markdown:
runs-on: ubuntu-latest

steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Embed PlantUML inside Markdown
uses: alessandro-marcantoni/[email protected]

build:
runs-on: ubuntu-latest

Expand All @@ -30,9 +42,6 @@ jobs:
run: |
puml-gen ./ ./diagrams/ -dir -allInOne -excludePaths **/tests
- name: Embed PlantUML inside Markdown
uses: alessandro-marcantoni/[email protected]

- name: Commit and Push changes
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit cc1f1bf

Please sign in to comment.