File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -7,27 +7,23 @@ name: Build docs
7
7
repository-owner :
8
8
description : GitHub account or org that owns the repository
9
9
type : string
10
- required : false
11
10
default : ansible
12
11
repository-name :
13
12
description : Name of the GitHub repository
14
13
type : string
15
- required : false
16
14
default : ansible-documentation
17
15
repository-branch :
18
16
description : Branch, tag, or commit SHA
19
17
type : string
20
- required : false
21
18
default : devel
22
19
ansible-package-version :
23
20
type : string
24
21
description : Ansible community package version
25
- required : false
26
22
default : devel
27
23
generate-redirects :
28
24
description : Generate page redirects
29
25
type : boolean
30
- required : true
26
+ default : true
31
27
secrets :
32
28
DOCS_BOT_TOKEN :
33
29
required : true
Original file line number Diff line number Diff line change @@ -7,22 +7,18 @@ name: Deploy docs
7
7
repository-owner :
8
8
description : GitHub account or org that owns the repository
9
9
type : string
10
- required : false
11
10
default : ansible
12
11
repository-branch :
13
12
description : Branch, tag, or commit SHA
14
13
type : string
15
- required : false
16
14
default : devel
17
15
ansible-package-version :
18
16
type : string
19
17
description : Ansible community package version
20
- required : false
21
18
default : devel
22
19
deployment-environment :
23
20
description : Deployment environment
24
21
type : string
25
- required : false
26
22
default : test
27
23
secrets :
28
24
DEPLOY_DOC_BUILD :
You can’t perform that action at this time.
0 commit comments