mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
Use proper branch name in phpdoc builds
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
c1bba2d46a
commit
9dc23867c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue