mirror of
https://github.com/truecharts/charts.git
synced 2026-07-09 19:05:39 -03:00
Update charts-release.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/charts-release.yaml
vendored
4
.github/workflows/charts-release.yaml
vendored
@@ -203,13 +203,13 @@ jobs:
|
||||
yq -i --front-matter=process ".title = ${chart}" website/src/content/docs/charts/${train}/${chart}/index.md
|
||||
echo -e "---\n" >> website/src/content/docs/charts/${train}/${chart}/index.md
|
||||
|
||||
# Gather data
|
||||
echo "Gathering data..."
|
||||
version=$(yq '.version' charts/${train}/${chart}/Chart.yaml)
|
||||
appversion=$(yq '.appVersion' charts/${train}/${chart}/Chart.yaml)
|
||||
description=$(yq -r '.description' charts/${train}/${chart}/Chart.yaml)
|
||||
sources=$(yq -r '.sources' charts/${train}/${chart}/Chart.yaml)
|
||||
|
||||
# Add the data to the index.md file
|
||||
echo "Adding the data to the index.md file..."
|
||||
echo '  ' >> website/src/content/docs/charts/${train}/${chart}/index.md
|
||||
echo "" >> website/src/content/docs/charts/${train}/${chart}/index.md
|
||||
echo -e "$description\n" >> website/src/content/docs/charts/${train}/${chart}/index.md
|
||||
|
||||
Reference in New Issue
Block a user