We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bfb29 commit c225297Copy full SHA for c225297
1 file changed
.github/workflows/build.yml
@@ -48,6 +48,7 @@ jobs:
48
if [ -f phpDocumentor.phar ]; then
49
sudo apt update ;
50
sudo apt install -y graphviz plantuml ;
51
+ export PHPDOC_PLANTUML_BIN="$(which plantuml)"
52
php phpDocumentor.phar --setting=graphs.enabled=true ;
53
else
54
echo "phpDocumentor.phar not found. Please check the download step." ;
0 commit comments