Browse Source
Use proper branch name in phpdoc builds
Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/22447/head
Julius Härtl
5 years ago
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with
1 additions and
1 deletions
-
build/phpDocumentor.sh
|
|
|
@ -8,4 +8,4 @@ wget https://bitgrid.net/~jus/phpDocumentor.phar |
|
|
|
|
|
|
|
mkdir -p api/ |
|
|
|
|
|
|
|
php7.4 phpDocumentor.phar -t "./api" -d "./lib/public" --title="Nextcloud PHP API (`git rev-parse --abbrev-ref HEAD`)" |
|
|
|
php7.4 phpDocumentor.phar -t "./api" -d "./lib/public" --title="Nextcloud PHP API ($BRANCH)" |