Add auto deploy

This commit is contained in:
Jaapio
2026-01-05 21:52:34 +01:00
parent cd04bb47b5
commit febafae9b0
+17
View File
@@ -0,0 +1,17 @@
# https://docs.github.com/en/actions
name: "Documentation"
on: # yamllint disable-line rule:truthy
push:
branches:
- "6.x"
workflow_dispatch: null
jobs:
run:
name: "Documentation"
uses: "phpDocumentor/.github/.github/workflows/documentation.yml@main"
with:
deploy: true
component: "reflection-docblock"