Skip to content

Stop generating SVGs and use PNGs instead #95

Stop generating SVGs and use PNGs instead

Stop generating SVGs and use PNGs instead #95

Workflow file for this run

name: Generate images
on:
push:
branches:
- '**'
paths:
- '.github/workflows/generate-images.yml'
- 'images/generated/**'
- '**.drawio'
- '**.puml'
workflow_dispatch:
jobs:
generate:
uses: gematik/github-image-actions/.github/workflows/generate-images.yml@5542d48205b96c1488e12a967fe64291ace49c97
with:
srcdir: src/images
outdir: images/generated
ref: 5542d48205b96c1488e12a967fe64291ace49c97
png: true
svg: false