-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
publish-documentation.sh prunes branches and hollows out the clone into a shallow clone:
| git fetch --depth=1 --prune |
This is very inconvenient for the development team, forcing us to reclone the repository every time we publish documentation (or avoid the script, which doesn’t do much in the first place).
Thanks to @S2Ler for the suggestion.
/ref #467
/cc @mapbox/navigation-ios