You can set the cron to unzip the .zip file. Following will be your cron setting
For example
* * * * *Β server path of unzip (usr/bin/unzip)Β /home/username/public_hrml/ path of the file.
You can check the path fir zip by using following command
root@admin[]#which zip
/usr/bin/zip