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.
1 parent f36370b commit 49bde7fCopy full SHA for 49bde7f
.github/workflows/docs.yml
@@ -44,7 +44,7 @@ jobs:
44
run: composer install --no-interaction
45
46
- name: Generate API docs
47
- run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory ./src --visibility public --target ./phpdoc --template guides -v
+ run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory ./src --visibility public --target ./phpdoc --template clean -v
48
49
- name: Setup Pages
50
uses: actions/configure-pages@v4
0 commit comments