Below is the script and the setup cron job
Script
#!/bin/bash
cd /home/hci
source .profile
export CL_INSTALL_DIR=/global/hci/cis6.1
setroot
setsite eis_mstr_test
/global/hci/cis6.1/integrator/bin/hcisitedoc -s eis_mstr_test epic_adt_test epic_ent_test epic_rtf_test hasdm_res_test pss_res_test -d /global/hci/cis6.1/integrator
Cron
# Refresh Cloverleaf Site Documentation
30 9 * * * ifactive /global/hci/cis6.1/integrator/bin/autositedoc.sh >>/dev/null 2>&1