Skip to content

Commit 447648c

Browse files
committed
Docs: GF I&A EHR-Knooppunt interaction Sequence Diagram
1 parent 685b314 commit 447648c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ docker run --rm -v "${PWD}:/docs:ro" -v "${PWD}/images_im:/diagrams" \
1818
# Post-processing: convert generated PlantUML files to SVG using PlantUML Docker image.
1919
# This will look for files with .puml or .plantuml extensions under docs/diagrams
2020
# and run PlantUML to produce .svg files alongside them.
21-
21+
cp "${PWD}/"*.puml "${PWD}/images_im/"
2222
docker run --rm -v "${PWD}/images_im:/diagrams:ro" -v "${PWD}/images:/images" plantuml/plantuml:latest \
2323
plantuml -verbose -tsvg -o /images /diagrams

0 commit comments

Comments
 (0)