diff --git a/.github/workflows/publish-helm.yml b/.github/workflows/publish-helm.yml index 403ef4c..42bf6c2 100644 --- a/.github/workflows/publish-helm.yml +++ b/.github/workflows/publish-helm.yml @@ -33,4 +33,10 @@ jobs: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: charts_dir: helm - install_dir: helm-chart + + - name: Move index.yaml to helm-chart folder + run: | + git checkout gh-pages + mv -f index.yaml ./helm-chart/index.yaml + git commit -m "Moving index.yaml" + git push