Skip to content

Merge pull request #438 from mspirkov/fix-standard-tag-factory-2 #9

Merge pull request #438 from mspirkov/fix-standard-tag-factory-2

Merge pull request #438 from mspirkov/fix-standard-tag-factory-2 #9

Workflow file for this run

# 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 }}"