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"