Skip to content

Commit fe8628c

Browse files
committed
Fixing cache folder parameter for phpdocumentor
1 parent 6d284bc commit fe8628c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ steps:
8484
commands:
8585
- |
8686
if [ "$JTYPE" = "framework" ]; then
87-
phpdoc -d "./repos/*/src" -t "./build/framework-$JVERSION/" --cache-path "/tmp/phpdocumentor-cache" --template "./" --title "Joomla! Framework $JVERSION.x API" -i "./repos/string/src/phputf8" --setting=graphs.enabled=true
87+
phpdoc -d "./repos/*/src" -t "./build/framework-$JVERSION/" --cache-folder "/tmp/phpdocumentor-cache" --template "./" --title "Joomla! Framework $JVERSION.x API" -i "./repos/string/src/phputf8" --setting=graphs.enabled=true
8888
fi
8989
- |
9090
if [ "$JTYPE" = "cms" ]; then
9191
export MINORVERSION=${JVERSION%.*}
9292
export MAJORVERSION=${MINORVERSION%.*}
93-
phpdoc -d "./repos/joomla-cms/libraries/src" -t "./build/cms-$MAJORVERSION/" --cache-path "/tmp/phpdocumentor-cache" --template "./" --title "Joomla! CMS $MINORVERSION.x API" --setting=graphs.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" --setting=graphs.enabled=true
9494
fi
9595
9696
- name: deploy_documentation
@@ -132,6 +132,6 @@ trigger:
132132

133133
---
134134
kind: signature
135-
hmac: 0e675193cb0413d26a22facdc908336460fce3c164cb27593e34a35bdfa48f04
135+
hmac: dcc7af46ffea8656294a48edadf0bd702092fbabe78f57017b47729deea51823
136136

137137
...

0 commit comments

Comments
 (0)