From 16dc4866c20e807451a1762eb98776814c545e6f Mon Sep 17 00:00:00 2001 From: Jon Janzen Date: Sat, 7 May 2022 16:39:33 -0700 Subject: [PATCH] Fix docs/publish.sh --- docs/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/publish.sh b/docs/publish.sh index 7728da0e0bf..7e5a01c8641 100755 --- a/docs/publish.sh +++ b/docs/publish.sh @@ -92,7 +92,7 @@ fi cd $STATIC_FILES_DIR # May need to do this if you are creating gh-pages for the first time. -git checkout master +git checkout main git checkout --orphan gh-pages git rm -rf .