Follow redirect to download phpDocumentor

This commit is contained in:
Adrien Crivelli 2020-05-02 21:45:11 +09:00
parent 925fafdecf
commit 4b5c922731
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ 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: