the `cr.sh` script creates the worktree for gh-pages branch fails when the `gh-pages` doesn't yet exist. We should add some logic to check if it exists, and if not, add it, rather than fail https://github.com/helm/chart-releaser-action/blob/master/cr.sh#L217