From 63176cd4dfb7a623284436350eec853a2142fd69 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 24 May 2024 21:29:47 +0200 Subject: [PATCH] Update chart-docs.sh Signed-off-by: Kjeld Schouten --- .github/scripts/chart-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/chart-docs.sh b/.github/scripts/chart-docs.sh index 7b7514c3738..6f17a54f7b1 100755 --- a/.github/scripts/chart-docs.sh +++ b/.github/scripts/chart-docs.sh @@ -191,7 +191,7 @@ main() { copy_new_docs "$train" "$chart" copy_safe_docs "$train" "$chart" append_scale_changelog "$train" "$chart" - ./.github/scripts/frontmatter.sh "website/src/content/docs/charts/${train}/${chart}/CHANGELOG.md" + # ./.github/scripts/frontmatter.sh "website/src/content/docs/charts/${train}/${chart}/CHANGELOG.md" process_index "$train" "$chart" echo "Finished processing ${chart}"