This action takes your C4 model system architecture in Structurizr DSL format and generates PlantUML .png images for it.
Required The path to the Structurizr DSL file.
Required The path to the directory in which to place the C4 model artifacts. Default .github/actions/dist
- name: Generate C4 Model
uses: university-of-york/[email protected]
with:
source-path: docs/c4-model.dsl
target-path: .github/actions/dist/images/c4
Thanks to Structurizr Limited for the Structurizr DSL and Structurizr CLI.
The scripts and documentation in this project are released under the MIT License