Use proper branch name in phpdoc builds
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
1d25b9972f
commit
220abd241c
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue