Skip to content

Merge pull request #163 from ConductionNL/feature/NDT-18/Commonground… #258

Merge pull request #163 from ConductionNL/feature/NDT-18/Commonground…

Merge pull request #163 from ConductionNL/feature/NDT-18/Commonground… #258

Workflow file for this run

# Generates SVG files from UML files (for documentation purposes)
name: generate plantuml
on: push
jobs:
generate_plantuml:
runs-on: ubuntu-latest
name: plantuml
steps:
- name: checkout
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: plantuml
id: plantuml
uses: grassedge/[email protected]
with:
message: "Render PlantUML files"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}