Generate API doc on master
It seems we can't be both on a tag and on master at the same time
This commit is contained in:
parent
21bfb5b324
commit
ac7fb4a31d
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- php ocular.phar code-coverage:upload --format=php-clover tests/coverage-clover.xml
|
- php ocular.phar code-coverage:upload --format=php-clover tests/coverage-clover.xml
|
||||||
|
|
||||||
- stage: API documentations
|
- stage: API documentations
|
||||||
if: tag is present AND branch = master
|
if: branch = master
|
||||||
php: 7.4
|
php: 7.4
|
||||||
before_script:
|
before_script:
|
||||||
- curl -LO https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0-rc/phpDocumentor.phar
|
- curl -LO https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0-rc/phpDocumentor.phar
|
||||||
|
|
Loading…
Reference in New Issue