diff --git a/README.md b/README.md index 549b18bc..52f21466 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,14 @@ We use [Trunk](https://trunkrs.dev/) to build for web target. > To enable Github Pages, you need to go to Repository -> Settings -> Pages -> Source -> set to `gh-pages` branch and `/` (root). > > If `gh-pages` is not available in `Source`, just create and push a branch called `gh-pages` and it should be available. +> +> If you renamed the `master` branch to something else (say you re-initialized the repository with `main` as the initial branch), be sure to edit the github workflows `.github/workflows/pages.yml` file to reflect the change +> ```yml +> on: +> push: +> branches: +> - +> ``` You can test the template app at .