This gem has been deprecated for quite a while. This gem locks us into very specific gem versions, and will continue to slip further from upstream gem updates, and currently breaks with Ruby 4.x.
We're using a compatibility shim for the old GitHub Pages Legacy Worker workflow, which also uses github-pages gem under the hood.
This shim ultimately uses the newer GitHub Actions deployment workflow under the hood, so we're not losing out on features if we migrate.
Hence, we should migrate away from the shim to keep the website maintainable in the long run.
References for migrating:
This gem has been deprecated for quite a while. This gem locks us into very specific gem versions, and will continue to slip further from upstream gem updates, and currently breaks with Ruby 4.x.
We're using a compatibility shim for the old GitHub Pages Legacy Worker workflow, which also uses
github-pagesgem under the hood.This shim ultimately uses the newer GitHub Actions deployment workflow under the hood, so we're not losing out on features if we migrate.
Hence, we should migrate away from the shim to keep the website maintainable in the long run.
References for migrating: