Update phpDocumentor

This will include docs for `Spreadsheet` class which was incorrectly missing
This commit is contained in:
Adrien Crivelli 2021-06-02 23:08:02 +09:00
parent 7f7ad28403
commit e8ebf11707
No known key found for this signature in database
GPG Key ID: 16D79B903B4B5874
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Build API documentation
run: |
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/phpDocumentor.phar
php phpDocumentor.phar --directory src/ --target docs/api
- name: Deploy to GithHub Pages