From e545259273383796d0744f77b712a2dd79f61930 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 6 Apr 2022 17:39:13 +0200 Subject: [PATCH] Update gen-docs.sh --- .github/scripts/gen-docs.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/scripts/gen-docs.sh b/.github/scripts/gen-docs.sh index 9bb7666fa32..1ec03b0091e 100755 --- a/.github/scripts/gen-docs.sh +++ b/.github/scripts/gen-docs.sh @@ -118,16 +118,6 @@ generate_docs() { --output-file="README.md" \ --template-files="/__w/apps/apps/templates/docs/README.md.gotmpl" \ --chart-search-root="${chart}" - helm-docs \ - --ignore-file=".helmdocsignore" \ - --output-file="CONFIG.md" \ - --template-files="/__w/apps/apps/templates/docs/CONFIG.md.gotmpl" \ - --chart-search-root="${chart}" - helm-docs \ - --ignore-file=".helmdocsignore" \ - --output-file="helm-values.md" \ - --template-files="/__w/apps/apps/templates/docs/helm-values.md.gotmpl" \ - --chart-search-root="${chart}" } export -f generate_docs