Skip to content

Commit

Permalink
deploy_book: git push force
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Feb 6, 2024
1 parent c843d5c commit 044fa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_src/deploy_book.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if [[ $? -ne 0 ]]; then
fi
exit 1
fi
git push
git push --force
if [[ $? -ne 0 ]]; then
echo "- deploy_book: ERROR: ******** Error during push! ********"
exit 1
Expand Down

0 comments on commit 044fa38

Please sign in to comment.