Skip to content

Commit 91d2545

Browse files
committed
[docs] Add PlantUML to the deploy_docs GitHub action to generate diagrams
1 parent 35f7d1b commit 91d2545

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy_docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
with:
2020
python-version: '3.x' # Ensures Python 3.x is installed, adjust as needed for your project
2121

22-
- name: Install Graphviz
22+
- name: Install Graphviz and PlantUML
2323
run: |
24-
sudo apt-get update && sudo apt-get install -y graphviz
25-
24+
sudo apt-get update && sudo apt-get install -y graphviz plantuml
25+
2626
- name: Install Asciidoctor and Asciidoctor-Diagram
2727
run: |
2828
gem install asciidoctor asciidoctor-diagram asciidoctor-pdf --user-install

0 commit comments

Comments
 (0)