feat(ci): move chart-docs to forgetool

This commit is contained in:
Kjeld Schouten
2026-04-23 14:27:02 +02:00
parent f7be10d2d6
commit d5ae653ddd
2 changed files with 1 additions and 197 deletions
+1 -9
View File
@@ -222,15 +222,7 @@ jobs:
echo "No directories in ./changelogs. Skipping copy."
fi
export DEBUG=false
export STRICT=true
go-yq --version
for item in charts/*/*/Chart.yaml; do
# TODO: Move all website docs structure generation to charttool
IFS='/' read -r -a chart_parts <<<"$item"
./.github/scripts/chart-docs.sh "${chart_parts[1]}/${chart_parts[2]}"
done
forgetool charts gendocs --charts-dir ./charts --website-dir ./website
rm -rf ./website/truecharts/src/content/docs-common
mv ./website/truecharts/src/content/docs/charts/library/common ./website/truecharts/src/content/docs-common