From 7b3b8127368ff0d3ed43ccab80c797073ae668c4 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Thu, 13 Jan 2022 16:03:07 -0500 Subject: [PATCH] Update README for docs website (#1476) Updates the README to say that the site is synced to `gh-pages` Signed-off-by: Charlie Drage --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 81fae2ff..d6aec433 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,3 +5,5 @@ bundle exec jekyll serve . ``` And visiting `localhost:4000` on your browser. + +This website is synced to the `gh-pages` branch.