Merge pull request #22447 from nextcloud/enh/phpdoc

Use proper branch name in phpdoc builds
This commit is contained in:
Roeland Jago Douma 2020-08-27 10:28:30 +02:00 committed by GitHub
commit aad30d3b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)"