mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Add auto deploy
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user