mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
20 lines
399 B
YAML
20 lines
399 B
YAML
# 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"
|
|
secrets:
|
|
token: "${{ secrets.BOT_TOKEN }}"
|