From 24b5192698849c115442c6b17e84b2b6dbb9060b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Dietrich?= Date: Wed, 23 Oct 2024 14:43:53 +0200 Subject: [PATCH] docs: Update git sequence for testing --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f62906d..3df44c9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ -# test +# Testing for edrys-Lite -This is used for testing purposes of edrys-Lite only +This is used for testing purposes of edrys-Lite only ... + +Create new testing branch by: + +```bash +git checkout test +git git reset --hard new/branch +git push origin test -f +``` + +... this will trigger a rebuild of the test branch, which will be deployed to: + +https://edrys-labs.github.io/test \ No newline at end of file