I have a Github repo which analyzes data of COVID-19 cases from an api which updates everyday.
I have run.py script which clones the data but I don’t know how to setup github actions to run the script daily(automaticaly) so that data gets updated daily.
And one more thing I also want to export my Analysis.ipnb as index.html daily at the same time.
I don’t have any idea how to setup github actions to achive above tasks