Skip to content

Instantly share code, notes, and snippets.

View thedmeyer's full-sized avatar

David Meyer thedmeyer

View GitHub Profile
@thedmeyer
thedmeyer / README.md
Last active April 17, 2024 14:38
PlantUML Github Action for generating SVGs

PlantUML GitHub Action

To use this action, you must include a copy of the plantuml.jar file within the root directory of your repository. You can get this file here at: https://sourceforge.net/projects/plantuml/files/plantuml.jar/download

Or run this curl command in your root directory: curl -o plantuml.jar https://iweb.dl.sourceforge.net/project/plantuml/plantuml.jar

How It Works

This action works by recursively searching for PlantUML files with the extension .pu in a subdirectory named src.