File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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---
134134kind : signature
135- hmac : 0e675193cb0413d26a22facdc908336460fce3c164cb27593e34a35bdfa48f04
135+ hmac : dcc7af46ffea8656294a48edadf0bd702092fbabe78f57017b47729deea51823
136136
137137...
You can’t perform that action at this time.
0 commit comments