Open stiber opened 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.
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 thefind
, but that is something that can be done with the appropriate argument tofind
.