Skip to content

Commit

Permalink
try fix push_doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
chyikwei committed Sep 11, 2018
1 parent 288d5dc commit 3a7b1fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci_scripts/circleci/push_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ for name in $(ls -A $HOME/$DOC_REPO); do
;;
circle.yml) # Config so that build gh-pages branch.
;;
.git)
;;
*)
git rm -rf $name
;;
Expand Down

0 comments on commit 3a7b1fb

Please sign in to comment.