docs: fix typo in href target generation
This commit is contained in:
parent
b974bf1967
commit
b91c9e17fc
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
type="$(echo $frag|cut -d~ -f3)"
|
||||
msg="$(echo $frag|cut -d~ -f4|sed 's/`/``/g')"
|
||||
if [[ "${TYPES[*]}" =~ "${type}" ]]; then
|
||||
echo -e "$type:\n - >\n $msg \`#${PR}<https://github.com/ansible-middleware/keycloak/pull/${PR}>\`_" \
|
||||
echo -e "$type:\n - >\n $msg \`#${PR} <https://github.com/ansible-middleware/keycloak/pull/${PR}>\`_" \
|
||||
> changelogs/fragments/${PR}.yaml
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user