Follow redirect to download phpDocumentor
This commit is contained in:
parent
925fafdecf
commit
4b5c922731
|
@ -41,9 +41,9 @@ jobs:
|
||||||
if: tag is present AND branch = master
|
if: tag is present AND branch = master
|
||||||
php: 7.4
|
php: 7.4
|
||||||
before_script:
|
before_script:
|
||||||
- curl -O 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
|
||||||
script:
|
script:
|
||||||
- php phpDocumentor.phar --directory src/ --target docs/api
|
- php phpDocumentor.phar --directory src/ --target docs/api
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip-cleanup: true
|
skip-cleanup: true
|
||||||
|
|
Loading…
Reference in New Issue