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
f4fa8c31f0
commit
603aa9f6d2
@ -30,7 +30,7 @@ function run {
|
|||||||
git pull origin master
|
git pull origin master
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git rm -rf content/docs/v2/native/*/ > /dev/null
|
git rm -rf content/docs/v2/native/*/ || true
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user