Skip to content

Commit

Permalink
chore(): ignore errors when deleting old docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Jan 10, 2017
1 parent f4fa8c3 commit 603aa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function run {
git pull origin master
fi

git rm -rf content/docs/v2/native/*/ > /dev/null
git rm -rf content/docs/v2/native/*/ || true

}

Expand Down

0 comments on commit 603aa9f

Please sign in to comment.