Skip to content

Commit d1720ac

Browse files
committed
Update GitHub Actions
1 parent 143601b commit d1720ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ jobs:
147147
fi
148148
149149
- name: Generate API docs
150-
uses: phpDocumentor/[email protected]
150+
uses: php-actions/composer@v6
151151
with:
152-
target: 'public/'
153-
template: 'default'
152+
php_version: '8.4'
153+
command: 'docs -- --output=public/ --template="default"'
154154

155155
- name: Upload artifact
156156
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)