We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229724b commit 6975aa3Copy full SHA for 6975aa3
actions/ansible-docs-build-init/action.yml
@@ -125,9 +125,9 @@ runs:
125
run: |
126
echo "::group::Installing antsibull-docs"
127
if [[ "${{ inputs.antsibull-docs-version }}" != "" ]] ; then
128
- pip install https://github.com/${{ inputs.antsibull-docs-repository }}/archive/${{ inputs.antsibull-docs-version }}.tar.gz
+ pip install https://github.com/${{ inputs.antsibull-docs-repository }}/archive/${{ inputs.antsibull-docs-version }}.tar.gz sphinx_ansible_theme
129
else
130
- pip install antsibull-docs
+ pip install antsibull-docs sphinx_ansible_theme
131
fi
132
antsibull-docs --version
133
echo "::endgroup::"
0 commit comments