Using Github Actions & Pages to Publish Static Pages Based on Dynamic Data
This article will break down how I use Github Actions and Github Pages to retrieve data from an API, commit the new data to my repo, and have Github pages rebuild and use that data - all on a schedule with no hands-on interaction.