Skip to content

Commit b81f7bd

Browse files
linguini1acassis
authored andcommitted
Support plantuml in documentation build
Include installation of PlantUML as a pre-cursor to building the documentation. Allows for support of PlantUML syntax to render UML diagrams in the docs, as part of apache/nuttx#18379
1 parent 83db13c commit b81f7bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ jobs:
4040
source .venv/bin/activate
4141
export PIPENV_VERBOSITY=-1
4242
pip3 install pipenv
43+
44+
echo "======================================================="
45+
echo " Install PlantUML"
46+
echo "======================================================="
47+
48+
sudo apt update
49+
sudo apt install plantuml
4350
4451
echo "======================================================="
4552
echo " Setup nuttx/Documentation"

0 commit comments

Comments
 (0)