Skip to content
Closed
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
8 changes: 7 additions & 1 deletion .github/workflows/publish-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading