Building a Github Action for Cloudflare Project Deployment
During recent development for the oyster language by @HeckingGoose I was asked to assist with building a github action to deploy a Jekyll static pages site to a cloudflare project this was to allow for documentation to be referenced both within the linter for the language and in general. Then after some initial investigation i discovered the beauty of the Cloudflare wrangler action which allows for the easy deployment of any specified set of files to a cloudflare project directly in a github action. ...