deploy_docs
1 parent 35f7d1b commit 91d2545Copy full SHA for 91d2545
1 file changed
.github/workflows/deploy_docs.yaml
@@ -19,10 +19,10 @@ jobs:
19
with:
20
python-version: '3.x' # Ensures Python 3.x is installed, adjust as needed for your project
21
22
- - name: Install Graphviz
+ - name: Install Graphviz and PlantUML
23
run: |
24
- sudo apt-get update && sudo apt-get install -y graphviz
25
-
+ sudo apt-get update && sudo apt-get install -y graphviz plantuml
+
26
- name: Install Asciidoctor and Asciidoctor-Diagram
27
28
gem install asciidoctor asciidoctor-diagram asciidoctor-pdf --user-install
0 commit comments