From eb3bcc991095f5cabb762eeeb9c8c8054263aed0 Mon Sep 17 00:00:00 2001 From: Devtools Date: Mon, 9 Dec 2024 08:50:25 +0100 Subject: [PATCH] add more notes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a96a59d..310a22f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ deactivate ### 5. Publish your changes -When you're done with your changes open a PR for the `main` branch, once the PR is merged the changes will be automatically deployed to https://kubesaw.github.io/ by the GH CI job. +When you're done with your changes open a PR for the `main` branch, once the PR is merged, the GH CI job will build and push the website source code to the `gh-pages` branch and the changes will be automatically be deployed to https://kubesaw.github.io . + +**WARNING** : do not open PRs or push changes to the `gh-pages` branch , only the GH CI should do that once a PR is merged in the `main` branch.