From 65c0d9868de7f6f39cceb2be9f38e3f9a8a2016f Mon Sep 17 00:00:00 2001 From: alldoami Date: Thu, 6 Jan 2022 10:59:01 -0800 Subject: [PATCH] Update readme with source branch step Signed-off-by: alldoami --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index febe426..5b6c295 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A GitHub action to turn a GitHub project into a self-hosted Helm chart repo, usi 1. A GitHub repo containing a directory with your Helm charts (eg: `/charts`) 1. A GitHub branch called `gh-pages` to store the published charts. See `charts_repo_url` for alternatives +1. In your repo, go to Settings/Pages. Change the `Source` `Branch` to `gh-pages`. 1. Create a workflow `.yml` file in your `.github/workflows` directory. An [example workflow](#example-workflow) is available below. For more information, reference the GitHub Help Documentation for [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file)