Skip to content

Commit 63f82f4

Browse files
committed
fix deploy_book
1 parent 2af8538 commit 63f82f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_src/deploy_book.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ echo "- deploy_book: built docs ($REPO_DIR/tools/doc/process_md_docs.py)"
8181

8282

8383
# Checkout docs branch
84-
git checkout --track origin/docs
84+
git checkout -B docs origin/docs
8585
if [[ $? -ne 0 ]]; then
8686
echo "- deploy_book: ERROR: ******** Error checking out docs branch ********"
8787
exit 1

0 commit comments

Comments
 (0)