From febafae9b0a612a5b4e18ea9ca093aa93c98648a Mon Sep 17 00:00:00 2001 From: Jaapio Date: Mon, 5 Jan 2026 21:52:34 +0100 Subject: [PATCH] Add auto deploy --- .github/workflows/documentation.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/documentation.yml diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml new file mode 100644 index 0000000..369a011 --- /dev/null +++ b/.github/workflows/documentation.yml @@ -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"