mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[CI] Update CI
This commit is contained in:
parent
7c28992f55
commit
5a1e4b4c96
3
.github/workflows/charts-release.yaml
vendored
3
.github/workflows/charts-release.yaml
vendored
@ -73,6 +73,9 @@ jobs:
|
||||
do
|
||||
echo "Rendering README for chart ${i}"
|
||||
IFS='/' read -r -a chart_parts <<< "$i"
|
||||
if [ -f "charts/${chart_parts[0]}"/"${chart_parts[1]}/Chart.yaml" ]; then
|
||||
echo "$FILE exists."
|
||||
fi
|
||||
./hack/gen-helm-docs.sh "${chart_parts[0]}" "${chart_parts[1]}"
|
||||
echo ""
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user