Update phpDocumentor
This will include docs for `Spreadsheet` class which was incorrectly missing
This commit is contained in:
parent
7f7ad28403
commit
e8ebf11707
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build API documentation
|
- name: Build API documentation
|
||||||
run: |
|
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
|
php phpDocumentor.phar --directory src/ --target docs/api
|
||||||
|
|
||||||
- name: Deploy to GithHub Pages
|
- name: Deploy to GithHub Pages
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue