Skip to content

Commit 8360ffb

Browse files
committed
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".
1 parent 5bac584 commit 8360ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Build API in source repo
6262
working-directory: source
6363
run: |
64-
php tools/phpDocumentor run --ansi --verbose
64+
php tools/phpDocumentor --ansi --verbose
6565
cp -R ${GITHUB_WORKSPACE}/source/api/build/* ${GITHUB_WORKSPACE}/api/docs
6666
6767
- name: Deploy to API repo

0 commit comments

Comments
 (0)