Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 367 Bytes

readme.md

File metadata and controls

3 lines (2 loc) · 367 Bytes

This repo has a simple GitHub action that watches the master branch. On every change to the Master branch, GitHub Actions will parse the diagrams in the diagrams folder, create PNG files for each diagram, and commit them in the output folder.

While it is an anti-pattern to store build artifacts in git, I took that approach this time for the sake of simplicity.