@@ -15,25 +15,25 @@ inputs:
1515 skip-init :
1616 description : |
1717 If 'true', dest-dir will be assumed to already be initialized, so this action will only install
18- antsibull and the contents of the requirements.txt file in dest-dir.
18+ antsibull-docs and the contents of the requirements.txt file in dest-dir.
1919 required : false
2020 default : ' false'
2121 fail-on-error :
2222 description : |
23- Corresponds to the --fail-on-error flag in antsibull. Fails if plugins cannot be parsed.
23+ Corresponds to the --fail-on-error flag in antsibull-docs . Fails if plugins cannot be parsed.
2424 Has no effect if skip-init is true.
2525 required : false
2626 default : ' false'
2727 lenient :
2828 description : |
29- Corresponds to the --lenient flag for antsibull sphinx-init.
29+ Corresponds to the --lenient flag for antsibull-docs sphinx-init.
3030 By default, the build process will fail on warnings unless this is set to 'true'.
3131 Has no effect if skip-init is true.
3232 required : false
3333 default : ' false'
34- antsibull-version :
34+ antsibull-docs- version :
3535 description : |
36- The version of antsibull to install. When set, it refers to a git ref from which to install.
36+ The version of antsibull-docs to install. When set, it refers to a git ref from which to install.
3737 If not set, the latest version from PyPI is installed.
3838 required : false
3939outputs :
@@ -47,17 +47,17 @@ outputs:
4747runs :
4848 using : composite
4949 steps :
50- - name : Install Antsibull and Initialize Sphinx
50+ - name : Install antsibull-docs and Initialize Sphinx
5151 id : init
5252 env :
5353 PIP_DISABLE_PIP_VERSION_CHECK : ' 1'
5454 shell : bash
5555 run : |
56- echo "::group::Installing Antsibull "
57- if [[ "${{ inputs.antsibull-version }}" != "" ]] ; then
58- pip install https://github.com/ansible-community/antsibull/archive/${{ inputs.antsibull-version }}.tar.gz
56+ echo "::group::Installing antsibull-docs "
57+ if [[ "${{ inputs.antsibull-docs- version }}" != "" ]] ; then
58+ pip install https://github.com/ansible-community/antsibull-docs /archive/${{ inputs.antsibull-docs -version }}.tar.gz
5959 else
60- pip install antsibull
60+ pip install antsibull-docs
6161 fi
6262 antsibull-docs --version
6363 echo "::endgroup::"
0 commit comments