Skip to content

Commit febafae

Browse files
committed
Add auto deploy
1 parent cd04bb4 commit febafae

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# https://docs.github.com/en/actions
2+
3+
name: "Documentation"
4+
5+
on: # yamllint disable-line rule:truthy
6+
push:
7+
branches:
8+
- "6.x"
9+
workflow_dispatch: null
10+
11+
jobs:
12+
run:
13+
name: "Documentation"
14+
uses: "phpDocumentor/.github/.github/workflows/documentation.yml@main"
15+
with:
16+
deploy: true
17+
component: "reflection-docblock"

0 commit comments

Comments
 (0)