We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b75730 + bc6c09c commit 95b4e32Copy full SHA for 95b4e32
.github/workflows/github-pages.yml
@@ -23,8 +23,8 @@ jobs:
23
24
- name: Build API documentation
25
run: |
26
- curl -LO https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.0/phpDocumentor.phar
27
- php phpDocumentor.phar --directory src/ --target docs/api
+ curl -LO https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.8.1/phpDocumentor.phar
+ php phpDocumentor.phar --directory src/ --target docs/api --visibility=public,protected
28
29
- name: Deploy to GithHub Pages
30
uses: peaceiris/actions-gh-pages@v3
0 commit comments