stefanprodan / helm-gh-pages

A GitHub Action for publishing Helm charts to Github Pages
Apache License 2.0
105 stars 47 forks source link

Case for Github page using main branch /docs folder #16

Closed josedev-union closed 3 years ago

josedev-union commented 3 years ago
Error: failed to fetch https://${OWNER}.github.io/${REPOSITORY}/docs/xxx-yyy.tgz : 404 Not Found

Github page created using main branch /docs folder so set TARGET_DIR as docs. Then such error occurred.

The CHARTS_URL is defined as https://${OWNER}.github.io/${REPOSITORY}/${TARGET_DIR}. Seems need to filter the docs case so not add docs to the CHARTS_URL.