Skip to content

Add DeepSomatic flowchart #63

Add DeepSomatic flowchart

Add DeepSomatic flowchart #63

Workflow file for this run

---
name: PlantUML Composite Action test
on:
push:
paths:
- '**.puml'
workflow_dispatch:
jobs:
plantuml:
runs-on: ubuntu-latest
steps:
- name: Generate PUML diagrams
uses: uclahs-cds/tool-PlantUML-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ghcr-username: ${{ github.actor }}
ghcr-password: ${{ secrets.GITHUB_TOKEN }}