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 e49aca4 commit fcc756dCopy full SHA for fcc756d
actions/ansible-docs-build-init/action.yml
@@ -84,6 +84,10 @@ runs:
84
while read -r line; do
85
echo ".. _${line}:" >> "${{ inputs.dest-dir }}/rst/_targets.rst"
86
done <<< "${_INPUT_PROVIDE_LINK_TARGETS}"
87
+ echo "" >> "${{ inputs.dest-dir }}/rst/_targets.rst"
88
+ echo "Replacement stub for existing reference" >> "${{ inputs.dest-dir }}/rst/_targets.rst"
89
+ echo "=======================================" >> "${{ inputs.dest-dir }}/rst/_targets.rst"
90
91
echo "This file just exists to provide link targets. Please ignore it." >> "${{ inputs.dest-dir }}/rst/_targets.rst"
92
echo "::endgroup::"
93
fi
0 commit comments