mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
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:
parent
5bac584766
commit
8360ffb672
2
.github/workflows/deploy-apidocs.yml
vendored
2
.github/workflows/deploy-apidocs.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user