Skip to content

Commit c3b4771

Browse files
authored
Update deploy-apidocs.yml for phpDocumentor usage
Fixed according to the official phpDocumentor documentation. see also. https://github.com/phpDocumentor/phpDocumentor
1 parent 2d6eb27 commit c3b4771

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-apidocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Download latest phpDocumentor
5151
working-directory: source
52-
run: sudo phive --no-progress install --global --trust-gpg-keys 8AC0BAA79732DD42 phpDocumentor
52+
run: phive install --force-accept-unsigned phpDocumentor
5353

5454
- name: Prepare API repo
5555
working-directory: api
@@ -61,7 +61,7 @@ jobs:
6161
- name: Build API in source repo
6262
working-directory: source
6363
run: |
64-
phpDocumentor run --ansi --verbose
64+
php tools/phpDocumentor run --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)