You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actions/ansible-docs-build-init/action.yml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,12 @@ inputs:
36
36
The version of antsibull-docs to install. When set, it refers to a git ref from which to install.
37
37
If not set, the latest version from PyPI is installed.
38
38
required: false
39
+
antsibull-docs-repository:
40
+
description: |
41
+
When antsibull-docs-version is specified, this is the GitHub repository to which antsibull-docs-version refers.
42
+
Has no effect if antsibull-docs-version is not supplied.
43
+
default: ansible-community/antsibull-docs
44
+
required: false
39
45
provide-link-targets:
40
46
description: A newline separated list of link targets that should not cause reference errors. A small RST file will be created during the build which contains these labels.
41
47
required: false
@@ -74,7 +80,7 @@ runs:
74
80
run: |
75
81
echo "::group::Installing antsibull-docs"
76
82
if [[ "${{ inputs.antsibull-docs-version }}" != "" ]] ; then
0 commit comments