We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd04bb4 commit febafaeCopy full SHA for febafae
1 file changed
.github/workflows/documentation.yml
@@ -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