Skip to content

Commit c225297

Browse files
authored
Export plantuml env var for better phpdoc compatibility
1 parent 72bfb29 commit c225297

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
if [ -f phpDocumentor.phar ]; then
4949
sudo apt update ;
5050
sudo apt install -y graphviz plantuml ;
51+
export PHPDOC_PLANTUML_BIN="$(which plantuml)"
5152
php phpDocumentor.phar --setting=graphs.enabled=true ;
5253
else
5354
echo "phpDocumentor.phar not found. Please check the download step." ;

0 commit comments

Comments
 (0)