We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8190bb commit b1b9ed4Copy full SHA for b1b9ed4
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: phive install --force-accept-unsigned phpDocumentor
+ run: phive --no-progress install --trust-gpg-keys 8AC0BAA79732DD42 phpDocumentor
53
54
- name: Prepare API repo
55
working-directory: api
0 commit comments