From e8ebf117078d481b455b566eca760fa3c7c82cc7 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Wed, 2 Jun 2021 23:08:02 +0900 Subject: [PATCH] Update phpDocumentor This will include docs for `Spreadsheet` class which was incorrectly missing --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 3bdeea1d..a7850833 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -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