From 84b8607d10313a06256ede38886c09a26e1eb175 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 22 Nov 2025 12:43:07 +0100 Subject: [PATCH] +1 --- .github/workflows/publish-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-helm.yml b/.github/workflows/publish-helm.yml index 17f829fc..be07964c 100644 --- a/.github/workflows/publish-helm.yml +++ b/.github/workflows/publish-helm.yml @@ -26,7 +26,7 @@ jobs: - name: Generate chart index run: | cd chart-output - helm repo index . --url "https://$GITHUB_REPOSITORY_OWNER.github.io/${GITHUB_REPOSITORY#*/}" + helm repo index . --url "https://$GITHUB_REPOSITORY_OWNER.github.io/charts/${GITHUB_REPOSITORY#*/}" - name: Publish to gh-pages uses: peaceiris/actions-gh-pages@v4