I came across the repository: https://github.com/SauravKanchan/NewsAPI, where some of the data files(everything/
and top-headlines/category/
) are periodically updated and commited. Please explain if you can deduce how its being done,
Is it a. some github action? b. serverless lambda?
or something else.