Skip to content

Commit

Permalink
Workflow update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Mar 13, 2024
1 parent cc25f52 commit dab90e4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,11 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
coverage: xdebug
tools: composer:v2

- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: PHP Version Check
run: php -v

- name: Validate Composer JSON
run: composer validate

- name: Run Composer
run: composer install --no-interaction

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

Expand Down

0 comments on commit dab90e4

Please sign in to comment.