gh-pages branch. The action is failing because this branch does not exist. Without the GitHub Pages configuration using the chart as a Helm Dependency fails. To correct this:gh-pages branch.git checkout master
git checkout --orphan -b gh-pages
git push -u origin gh-pages
Configure GitHub Pages for the gh-pages branch
This can be found under settings and near the bottom and with the gh-pages branch might already pick up the correct branch settings.
Re-run the GitHub action to Release the Charts
Actions -> Release Charts -> Add GitHub Action to Release Chart (#1066) -> Re-run jobs
With this done, I can update the Readme with the Helm 3 deployment instructions
@liyinan926 Can we unblock this?
Pinging @liyinan926 @yuchaoran2011. I'd love to be added as project maintainer to help with this and other helm related issues
Done. Tried rerunning the action and it succeeded.
@liyinan926 what is the GitHub Pages URL for the site? I will give it a test. I am not seeing the index.yaml I would expect in the gh-pages branch so I will need to dig a bit and find out what is going on.
Update. Tracking problem with #1095
Most helpful comment
@liyinan926 Can we unblock this?