Skip to content

Commit c48e734

Browse files
committed
Update GitHub Actions
1 parent 7440a17 commit c48e734

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
@@ -47,10 +47,10 @@ jobs:
4747
php_version: '8.4'
4848

4949
- name: Create Docs Markdown
50-
uses: phpDocumentor/[email protected]
50+
uses: php-actions/composer@v6
5151
with:
52-
target: 'docs/wiki'
53-
template: 'vendor/saggre/phpdocumentor-markdown/themes/markdown'
52+
php_version: '8.4'
53+
command: 'docs'
5454

5555
- name: Commit submodule changes
5656
run: |

0 commit comments

Comments
 (0)