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 1aaf8ac commit dbe48c2Copy full SHA for dbe48c2
.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
28
fetch-depth: 0
29
30
- name: Generate API docs
31
- run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory ./src --visibility public --target ./phpdoc --template responsive -v
+ run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory ./src --visibility public --target ./phpdoc --template default -v
32
33
- name: Setup Pages
34
uses: actions/configure-pages@v4
0 commit comments