Skip to content

Commit a07482f

Browse files
committed
workflow updated.
1 parent 49bde7f commit a07482f

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
@@ -44,7 +44,7 @@ jobs:
4444
run: composer install --no-interaction
4545

4646
- name: Generate API docs
47-
run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory ./src --visibility public --target ./phpdoc --template clean -v
47+
run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory ./src --visibility public --target ./phpdoc --template default -v
4848

4949
- name: Setup Pages
5050
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)