Skip to content

Commit d8190bb

Browse files
authored
Merge pull request #7833 from takano32/fix-phpDocumentor-GitHub-Actions
[GitHub Actions] Fix `deploy-apidocs.yml` for phpDocumentor usage
2 parents 2d6eb27 + c3b4771 commit d8190bb

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)