Skip to content

Commit

Permalink
docs: Update git sequence for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Oct 23, 2024
1 parent fd7d172 commit 24b5192
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 24b5192

Please sign in to comment.