stefanprodan / helm-gh-pages

A GitHub Action for publishing Helm charts to Github Pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support storing charts in sub-folder

steven-sheehy opened this issue · comments

We want to use GitHub Pages to store both documentation and charts. We'd like store them both in sub-folders so that users can go to either http://<owner>.github.io/<repository>/charts and http://<owner>.github.io/<repository>/docs depending upon their need. Currently the action assumes the charts will be in the top level folder.