Skip to content

Commit fcc756d

Browse files
authored
Add some content into the _targets.rst file. (#49)
1 parent e49aca4 commit fcc756d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

actions/ansible-docs-build-init/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ runs:
8484
while read -r line; do
8585
echo ".. _${line}:" >> "${{ inputs.dest-dir }}/rst/_targets.rst"
8686
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+
echo "" >> "${{ inputs.dest-dir }}/rst/_targets.rst"
8791
echo "This file just exists to provide link targets. Please ignore it." >> "${{ inputs.dest-dir }}/rst/_targets.rst"
8892
echo "::endgroup::"
8993
fi

0 commit comments

Comments
 (0)