changes #6

Merged
Elizhium merged 3 commits from changes into main 2024-08-06 19:04:35 +02:00
2 changed files with 5 additions and 2 deletions

View File

@@ -10,9 +10,11 @@ jobs:
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Prepare - name: Download renderer
run: wget https://github.com/plantuml/plantuml/releases/download/v1.2024.5/plantuml-1.2024.5.jar run: wget https://github.com/plantuml/plantuml/releases/download/v1.2024.5/plantuml-1.2024.5.jar
- name: Download java
run: wget https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jre_x64_linux_hotspot_21.0.3_9.tar.gz; tar -xvzf OpenJDK21U-jre_x64_linux_hotspot_21.0.3_9.tar.gz run: wget https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jre_x64_linux_hotspot_21.0.3_9.tar.gz; tar -xvzf OpenJDK21U-jre_x64_linux_hotspot_21.0.3_9.tar.gz
- name: install graphviz
run: sudo add-apt-repository universe; sudo apt update; apt install graphviz -y run: sudo add-apt-repository universe; sudo apt update; apt install graphviz -y
- name: render - name: render
run: ./jdk-21.0.3+9-jre/bin/java -jar plantuml-1.2024.5.jar polycule.puml run: ./jdk-21.0.3+9-jre/bin/java -jar plantuml-1.2024.5.jar polycule.puml

View File

@@ -28,7 +28,7 @@ circle "Michelles Partner"
circle Lilia circle Lilia
circle Amber circle Amber
circle Alvin circle Alvin
circle Dax 'circle Dax
circle Amedee circle Amedee
circle Aeryn circle Aeryn
circle Ward circle Ward
@@ -45,6 +45,7 @@ circle "Charlotte C"
circle Chloe circle Chloe
circle Ria circle Ria
circle Michael circle Michael
circle Francis
Jenna -- Elizabeth : Partner Jenna -- Elizabeth : Partner