Skip to content

docs: links to svg

docs: links to svg #17

name: generate plantuml
on: push
jobs:
generate_plantuml:
runs-on: ubuntu-latest
name: plantuml
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: plantuml
id: plantuml
uses: grassedge/[email protected]
with:
path: docs
message: "Render PlantUML"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}