From 6a31ce3272ef2973e56c8bcbe064c9ac8cdb862a Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Wed, 8 Feb 2023 16:13:41 -0500 Subject: [PATCH] update release script --- script/manual-docs-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/manual-docs-sync.sh b/script/manual-docs-sync.sh index 87f10992..c5cff445 100755 --- a/script/manual-docs-sync.sh +++ b/script/manual-docs-sync.sh @@ -20,7 +20,7 @@ cd "$DOCS_REPO_NAME" # switch to gh-pages and grab the docs folder from main git checkout gh-pages -git checkout main docs +git checkout main -- docs # Copy it all over to the current directory cp -r docs/* .