From d297e8d760ad05a319c96b6f2ed2838efbe12ca3 Mon Sep 17 00:00:00 2001 From: Rhea Danzey Date: Wed, 18 Sep 2024 11:30:31 -0500 Subject: [PATCH] Ensure Helm packages generated end up in docs/ subpath that's hosted by gh-pages --- helm/ct.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/ct.yaml b/helm/ct.yaml index af706fa3db..8b5aaa8756 100644 --- a/helm/ct.yaml +++ b/helm/ct.yaml @@ -4,4 +4,6 @@ chart-repos: - bitnami=https://charts.bitnami.com/bitnami chart-dirs: - helm -validate-maintainers: false \ No newline at end of file +validate-maintainers: false +# this should ensure the tarballs are in the appropriate location for GH pages, rather than repo root +package-path: docs/ \ No newline at end of file