This blog is currently deployed to both Pages. See Cloudflare Pages, Github Pages
For well-known reasons, Cloudflare Pages can often be faster than GitHub Pages, thanks to Cloudflare’s global CDN network (except for some regions).
Thanks to the Pages feature in the Cloudflare dashboard, it’s easy to deploy an existing repository.
The source repository for this blog is here:
Publishing to GitHub Pages and Cloudflare Pages is very simple:
With powerful and free GitHub Actions, you can use the official Actions to build to the GitHub Pages environment. Similarly, Cloudflare can perform automatic builds and will automatically rebuild and publish to Cloudflare’s global network whenever the git repository is updated.

Readers can write Workflows according to their static site’s build environment; once written, they will automatically build and publish to Pages.