mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
chore(): ignore errors when deleting old docs
This commit is contained in:
parent
8e787fdd5f
commit
f4fa8c31f0
@ -30,7 +30,7 @@ function run {
|
||||
git pull origin master
|
||||
fi
|
||||
|
||||
git rm -rf content/docs/v2/native/*/
|
||||
git rm -rf content/docs/v2/native/*/ > /dev/null
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user