Skip to content

Commit

Permalink
add drawio gen
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea committed Oct 2, 2024
1 parent 16939ae commit a09fde4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/drawio-image-gen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Generate Drawio Images

on:
workflow_dispatch:
pull_request:
branches:
- "main"
push:
branches:
- image-gen
paths:
- 'diagrams/**/*.drawio'

jobs:
generate-image:
runs-on: ubuntu-latest

steps:
# Checkout the code repository
- name: Checkout repository
uses: actions/checkout@v3

- name: Generate Drawio Images (C4)
uses: severgroup-tt/[email protected]
with:
format: png
source: diagrams/c4
destination: diagrams/c4

0 comments on commit a09fde4

Please sign in to comment.