Delete public folder before every build?

If anyone is interested, I came up with this zero downtime solution:

HUGO_PUBLISHDIR=public_tmp hugo && mv public_tmp public