actions / jekyll-build-pages

A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages.
https://pages.github.com
MIT License
69 stars 31 forks source link

jekyll-build-pages uses an unsupported version of Ruby #123

Open jabenninghoff opened 2 days ago

jabenninghoff commented 2 days ago

The Dockerfile for jekyll-build-pages uses Ruby 2.7.4, which is no longer supported. This is causing GitHub Pages Jekyll builds to fail.

The GitHub pages-gem has been updated to Ruby 3.3, the current stable version. Can jekyll-build-pages also be updated to use Ruby 3.3 (by updating the Dockerfile) and a new release deployed?

jabenninghoff commented 2 days ago

Fixing this will also resolve #109.

jabenninghoff commented 2 days ago

It also appears that https://github.com/github/pages-gem/pull/917 must be merged to update Ruby.