Skip to content

Commit

Permalink
Fix race condition in test docs deploy (#379)
Browse files Browse the repository at this point in the history
* Fix race condition in test docs deploy

* try

* fix

* fix

* try

* fix
  • Loading branch information
zasdfgbnm authored and farhadrgh committed Nov 8, 2019
1 parent 81e6150 commit 92c307d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
cd deploy_dir
git add .
git commit -m "update"
git push --force
git push --force || true

0 comments on commit 92c307d

Please sign in to comment.