Skip to content

Commit dbe48c2

Browse files
committed
Workflow update.
1 parent 1aaf8ac commit dbe48c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Generate API docs
31-
run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory ./src --visibility public --target ./phpdoc --template responsive -v
31+
run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory ./src --visibility public --target ./phpdoc --template default -v
3232

3333
- name: Setup Pages
3434
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)