mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 10:04:36 -03:00
fix title
This commit is contained in:
2
.github/scripts/chart-docs.sh
vendored
2
.github/scripts/chart-docs.sh
vendored
@@ -109,7 +109,7 @@ process_index() {
|
||||
|
||||
echo "Adding front matter to index.md..."
|
||||
echo "---" >>${index_path}
|
||||
yq -i --front-matter=process ".title = ${chart}" ${index_path}
|
||||
yq -i --front-matter=process '.title="'${chart}'"' ${index_path}
|
||||
echo -e "---\n" >>${index_path}
|
||||
|
||||
echo "Getting data from Chart.yaml..."
|
||||
|
||||
Reference in New Issue
Block a user