chore: workaround for phpDocumentor error

Run php tools/phpDocumentor run --ansi --verbose

In ArgvInput.php line 196:

  [Symfony\Component\Console\Exception\RuntimeException]
  No arguments expected, got "run".
This commit is contained in:
kenjis 2024-06-17 18:08:49 +09:00
parent 5bac584766
commit 8360ffb672
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -61,7 +61,7 @@ jobs:
- name: Build API in source repo
working-directory: source
run: |
php tools/phpDocumentor run --ansi --verbose
php tools/phpDocumentor --ansi --verbose
cp -R ${GITHUB_WORKSPACE}/source/api/build/* ${GITHUB_WORKSPACE}/api/docs
- name: Deploy to API repo