From bcc3f13e1ef81146f32440360a693af06a9f7de6 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 19 Aug 2022 18:27:13 +1200 Subject: [PATCH] Update Signed-off-by: David Young --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 6c44069..319fda6 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -16,7 +16,7 @@ then mkdocs build -f mkdocs.yml else # Bypass search issue described at https://github.com/squidfunk/mkdocs-material/issues/3053 - git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git + # git clone --depth 1 https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git pip install -e mkdocs-material-insiders mkdocs build -f mkdocs-insiders.yml fi