We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d6eb27 + c3b4771 commit d8190bbCopy full SHA for d8190bb
1 file changed
.github/workflows/deploy-apidocs.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Download latest phpDocumentor
51
working-directory: source
52
- run: sudo phive --no-progress install --global --trust-gpg-keys 8AC0BAA79732DD42 phpDocumentor
+ run: phive install --force-accept-unsigned phpDocumentor
53
54
- name: Prepare API repo
55
working-directory: api
@@ -61,7 +61,7 @@ jobs:
61
- name: Build API in source repo
62
63
run: |
64
- phpDocumentor run --ansi --verbose
+ php tools/phpDocumentor run --ansi --verbose
65
cp -R ${GITHUB_WORKSPACE}/source/api/build/* ${GITHUB_WORKSPACE}/api/docs
66
67
- name: Deploy to API repo
0 commit comments