diff --git a/.github/workflows/charts-release-ghpages.yaml b/.github/workflows/charts-release-ghpages.yaml index f62ef4b..bd814da 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://teampiped.github.io/Piped-Kubernetes/ + helm repo index . --url https://helm.piped.video - name: Commit changes shell: bash working-directory: dest @@ -72,4 +72,4 @@ jobs: git add $(git ls-files -o --exclude-standard) git add index.yaml git commit -m "Updated from ref: $GITHUB_SHA" - git push \ No newline at end of file + git push