Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Used https://github.com/helm/chart-releaser-action to create a job for publishing your chart to github pages. Every time version is bumped in
Chart.yaml
a new release should be published. This should solve #159 .You can test result with
Unfortunately this seemed to require changing your chart structure a bit, as helm seems very opinionated on having the chart in a folder. I tested generating the structure just during the workflow, but chart-releaser seems to rely on git diff, and wouldn't detect any changes. See helm/chart-releaser-action#78 for discussion.
For the action to run, you need to create a blank
gh-pages
branch, and enable pages from project settings on this branch. Something like