Update charts-release.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-12-17 21:28:43 +01:00
committed by GitHub
parent 2b96f1cdde
commit 1c20a2ee63
+1 -1
View File
@@ -109,7 +109,7 @@ jobs:
echo "" >> website/docs/charts/${train}/${chart}/index.md echo "" >> website/docs/charts/${train}/${chart}/index.md
# Iterate over all files in the docs directory # Iterate over all files in the docs directory
for file in website/docs/charts/${train}/${chart}/*; do for file in charts/${train}/${chart}/docs/*; do
# Extract the file name and first line from each file # Extract the file name and first line from each file
filename=$(basename "${file}") filename=$(basename "${file}")
title=$(head -n 1 "${file}" | sed 's/# //') title=$(head -n 1 "${file}" | sed 's/# //')