From 9d0e4e6b7f09f55c9b361b511c7a960cfa8f49e0 Mon Sep 17 00:00:00 2001 From: DanRoscigno Date: Tue, 10 Oct 2023 22:21:31 -0400 Subject: [PATCH] add note about GitHub Pages Signed-off-by: DanRoscigno --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 062d023662..80743d1a3c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Website +## Deploying to GitHub Pages + +These docs are deployed at +[https://danroscigno.github.io/doc/](https://danroscigno.github.io/doc/). +In the `.github/workflows/` dir are workflows that build and deploy +versions 3.1 and 3.0 in English and Chinese. I will add 2.5 next. There is +also a workflow to crawl and index to Algolia, this is a manually deployed +workflow, but could be set to run after building the docs. + ## Node version Docusaurus v3 requires Node 18