chore(scripts): correct lists

This commit is contained in:
Stavros kois
2023-12-31 20:03:01 +02:00
parent e0ff5d7702
commit 1b16a00558
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -273,7 +273,6 @@ 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