Skip to content

Commit dab90e4

Browse files
committed
Workflow update.
1 parent cc25f52 commit dab90e4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,11 @@ jobs:
2222
name: github-pages
2323
url: ${{ steps.deployment.outputs.page_url }}
2424
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-
3225
- name: Checkout code
3326
uses: actions/checkout@v4
3427
with:
3528
fetch-depth: 0
3629

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-
4630
- name: Generate API docs
4731
run: docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --directory ./src --visibility public --target ./phpdoc --template default -v
4832

0 commit comments

Comments
 (0)