We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af8538 commit 63f82f4Copy full SHA for 63f82f4
docs_src/deploy_book.sh
@@ -81,7 +81,7 @@ echo "- deploy_book: built docs ($REPO_DIR/tools/doc/process_md_docs.py)"
81
82
83
# Checkout docs branch
84
-git checkout --track origin/docs
+git checkout -B docs origin/docs
85
if [[ $? -ne 0 ]]; then
86
echo "- deploy_book: ERROR: ******** Error checking out docs branch ********"
87
exit 1
0 commit comments