Skip to content

Commit f9be9a3

Browse files
authored
Enable generating charts for CMS (#40)
1 parent d0826db commit f9be9a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ steps:
9090
if [ "$JTYPE" = "cms" ]; then
9191
export MINORVERSION=${JVERSION%.*}
9292
export MAJORVERSION=${JVERSION:0:1}
93-
phpdoc -d "./repos/joomla-cms/libraries/src" -t "./build/cms-$MAJORVERSION/" --cache-folder "/tmp/phpdocumentor-cache" --template "./" --title "Joomla! CMS $MINORVERSION.x API" --defaultpackagename "Joomla CMS" --setting=graphs.enabled=false --setting=guides.enabled=true
93+
phpdoc -d "./repos/joomla-cms/libraries/src" -t "./build/cms-$MAJORVERSION/" --cache-folder "/tmp/phpdocumentor-cache" --template "./" --title "Joomla! CMS $MINORVERSION.x API" --defaultpackagename "Joomla CMS" --setting=graphs.enabled=true --setting=guides.enabled=true
9494
fi
9595
9696
- name: deploy_documentation
@@ -132,6 +132,6 @@ trigger:
132132

133133
---
134134
kind: signature
135-
hmac: 26273869977772c2008f38b43860f3c5fa5a0a9705e23c9d24fc799d400c4697
135+
hmac: 5c08c08a45e4eb39ec6e5feafd4c86d19b0843acea3ec4752e7ede4220368ffb
136136

137137
...

0 commit comments

Comments
 (0)