Skip to content

Bedre språk

Bedre språk #96

Workflow file for this run

name: Generate PlantUML
on:
push:
branches:
- main
workflow_dispatch:
jobs:
generate_plantuml:
runs-on: ubuntu-latest
name: plantuml
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: plantuml
id: plantuml
uses: grassedge/[email protected]
with:
path: mal/input/images
message: "Render PlantUML files"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}