Add documentation upload step to workflow

Add step to upload generated PHP documentation as an artifact.
This commit is contained in:
winkaeter 2026-01-27 18:53:59 +01:00 committed by GitHub
parent 12077bf69f
commit be51f2ef71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,3 +29,9 @@ jobs:
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/api publish_dir: ./docs/api
- name: Upload Documentation
uses: actions/upload-artifact@v4
with:
name: php-doc-api
path: ./docs/api # Le dossier où phpDoc a généré l'HTML