Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Ensure Helm packages generated end up in docs/ subpath that's hosted #3427

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion helm/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
chart-dirs:
- helm
validate-maintainers: false
validate-maintainers: false
# this should ensure the tarballs are in the appropriate location for GH pages, rather than repo root
package-path: docs/
Loading