From 6335f8df2b7dccee1bf025ebd579bd4607dbfe4c Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 22 Dec 2022 00:58:16 +0200 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- .github/workflows/charts-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index c4570de8ce9..b1c6224cdea 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -162,7 +162,7 @@ jobs: title=$(head -n 1 "${file}" | sed 's/# //') # Create a markdown link using the file name and title - link="[**${title}**](charts/${train}/${chart}/${filename%.md})" + link="[**${title}**](${filename%.md})" if [ ${filename} != "index.md" ]; then # Append the link to the index.md file echo "- ${link}" >> website/docs/charts/${train}/${chart}/index.md