We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f131ca3 commit 27e9ed4Copy full SHA for 27e9ed4
.github/workflows/github-pages.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Build API documentation
21
run: |
22
- curl -LO https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.0.0/phpDocumentor.phar
+ curl -LO https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.4.1/phpDocumentor.phar
23
php phpDocumentor.phar --directory src/ --target docs/api
24
25
- name: Deploy to GithHub Pages
0 commit comments