chore(scripts): print title

This commit is contained in:
Stavros kois
2023-12-31 19:47:46 +02:00
parent a6eee59aa6
commit 9a750178eb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -269,6 +269,7 @@ jobs:
echo "The title is: ${title}"
# Create a markdown link using the file name and title
link="[**${title}**](./${filename})"
echo "The link is: ${link}"
if [ ${filename} != "index.md" ]; then
# Append the link to the index.md file
echo "- ${link}" >> website/docs/charts/${train}/${chart}/index.md