Fix some docs bugs

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-19 12:14:21 +02:00
parent 75524568ed
commit 1e7d1d5083
4 changed files with 7 additions and 19 deletions
+6 -1
View File
@@ -69,7 +69,7 @@ jobs:
continue-on-error: true
uses: pre-commit/action@v2.0.3
- name: (re)generate docs
- name: update versions in docs
run: |
for train in stable incubator develop non-free deprecated; do
for chart in charts/${train}/*; do
@@ -87,6 +87,11 @@ jobs:
--output-file="CONFIG.md" \
--template-files="/home/runner/work/apps/apps/templates/docs/CONFIG.md.gotmpl" \
--chart-search-root="${chart}"
helm-docs \
--ignore-file=".helmdocsignore" \
--output-file="app-readme.md" \
--template-files="/home/runner/work/apps/apps/templates/docs/app-readme.md.gotmpl" \
--chart-search-root="${chart}"
fi
done
done