"vscode:/vscode.git/clone" did not exist on "5b57ab96a8208eec1969a3dcadb555a6246ddb95"
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