diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 43f5b331722..f1b0ac73ba7 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -126,6 +126,7 @@ jobs: if [ ${filename} != "index.md" ]; then # Append the link to the index.md file echo "${link}" >> website/docs/charts/${train}/${chart}/index.md + echo "" >> website/docs/charts/${train}/${chart}/index.md fi done