Skip to content

Commit

Permalink
Minor workflow fixes (#96)
Browse files Browse the repository at this point in the history
* Minor workflow fixes

* Minor workflow fixes

* Generate PlantUML Diagrams

---------

Co-authored-by: Automated Notice Generation Pipeline <[email protected]>
  • Loading branch information
ashbeitz and eclipse-ibeji-bot authored Feb 16, 2024
1 parent 68b2cd0 commit da3b109
Show file tree
Hide file tree
Showing 18 changed files with 674 additions and 25 deletions.
27 changes: 19 additions & 8 deletions .github/workflows/generate-plantuml.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: generate plantuml

on: push
on:
push:
branches-ignore:
- 'main'
- 'release/**'
paths:
- '**.puml'

jobs:
generate_plantuml:
Expand All @@ -9,11 +15,16 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: plantuml
id: plantuml
uses: grassedge/[email protected]
- name: generate plantuml
run: |
sudo apt-get install -y plantuml graphviz
# This uses a slightly off-white background color because #ffffff renders as transparent for some reason
plantuml -tsvg -SbackgroundColor=fefefe -checkmetadata -v **/*.puml
shell: bash
- name: commit changes
uses: EndBug/add-and-commit@v9
with:
path: .
message: "Render PlantUML files"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
author_name: Automated Notice Generation Pipeline
author_email: [email protected]
message: Generate PlantUML Diagrams
pathspec_error_handling: exitAtEnd
38 changes: 37 additions & 1 deletion docs/design/diagrams/findbyid_sequence.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit da3b109

Please sign in to comment.