From 0ec5cc0e3312184cf69a4b9cec7dba4b1bbd6c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Thu, 2 Mar 2023 02:59:04 +0200 Subject: [PATCH] CI: Oops, wrong URL. --- .github/workflows/charts-release-ghpages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-release-ghpages.yaml b/.github/workflows/charts-release-ghpages.yaml index ceafefa..f62ef4b 100644 --- a/.github/workflows/charts-release-ghpages.yaml +++ b/.github/workflows/charts-release-ghpages.yaml @@ -62,7 +62,7 @@ jobs: shell: bash working-directory: dest run: | - helm repo index . --url https://helm.samipsolutions.fi/ + helm repo index . --url https://teampiped.github.io/Piped-Kubernetes/ - name: Commit changes shell: bash working-directory: dest