Skip to content

Commit

Permalink
workflow updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Mar 13, 2024
1 parent 4c97b5e commit 527b5ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
- name: Run Composer
run: composer install --no-interaction

- name: Generate Docs
run: composer phpdoc
- name: Generate API docs
uses: phpDocumentor/phpDocumentor@master
with:
args: --directory ./src --visibility public --target ./phpdoc --template default -v

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 527b5ef

Please sign in to comment.