In Taiwan, it's COVID-19 outbreak on May 13 and there're about 100 local cases every day. And it's zero local case since October.
At that moment, I'm really concerned about daily local cases so I develop this project and publish it to the GitHub. I use the cron job feature to fetch the latest COVID-19 news and publish my new web page during GitHub action running.
My Workflow
My completed workflow files are available here and it includes following YAML files:
fetcher.yml, this YAML file is for fetching latest COVID-19 news and store them to be JSON file. This web crawler is written in Python. And It will be run every hour.
web_build.yml, this YAML file is for publishing new website and loading new JSON file. This website is written in JavaScript with Vue.js framework. And it will be run every seventy minutes.
Submission Category:
This category is for DIY-Deployments and I hope developers love this and can be referenced :-).
YAML files and link to repository
Here are repository preview and completed codes about above two YAML files: