UWB-Biocomputing / Graphitti

A project to facilitate construction of high-performance simulations of graph-structured systems.
https://uwb-biocomputing.github.io/Graphitti/
Apache License 2.0
8 stars 15 forks source link

Update when PlantUML image generation runs #724

Open stiber opened 3 weeks ago

stiber commented 3 weeks ago

Looking at the following code:

https://github.com/UWB-Biocomputing/Graphitti/blob/868a36980ce72c982c754ebbbc76879d2acc28d6/.github/workflows/plantUML.yml#L29-L30

It appears that awk is being used to ensure that only actual file names are produced by the find, but that is something that can be done with the appropriate argument to find.

stiber commented 3 weeks ago

The above may not be 100% right. But, definitely, there's no need to regenerate images for .puml files that aren't changed, and probably this shouldn't put the images into the repo, but rather into the orphan documentation branch.