Commit 92c307dc authored by Gao, Xiang's avatar Gao, Xiang Committed by Farhad Ramezanghorbani
Browse files

Fix race condition in test docs deploy (#379)

* Fix race condition in test docs deploy

* try

* fix

* fix

* try

* fix
parent 81e6150c
......@@ -52,5 +52,5 @@ jobs:
cd deploy_dir
git add .
git commit -m "update"
git push --force
git push --force || true
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment