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 cc25f52 commit dab90e4Copy full SHA for dab90e4
.github/workflows/docs.yml
@@ -22,27 +22,11 @@ jobs:
22
name: github-pages
23
url: ${{ steps.deployment.outputs.page_url }}
24
steps:
25
- - name: Set up PHP
26
- uses: shivammathur/setup-php@v2
27
- with:
28
- php-version: '8.3'
29
- coverage: xdebug
30
- tools: composer:v2
31
-
32
- name: Checkout code
33
uses: actions/checkout@v4
34
with:
35
fetch-depth: 0
36
37
- - name: PHP Version Check
38
- run: php -v
39
40
- - name: Validate Composer JSON
41
- run: composer validate
42
43
- - name: Run Composer
44
- run: composer install --no-interaction
45
46
- name: Generate API docs
47
run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory ./src --visibility public --target ./phpdoc --template default -v
48
0 commit comments