BryanSchuetz / jekyll-deploy-gh-pages

A GitHub Action for building a Jekyll site (with custom plugins) and deploying it back to your gh-pages branch.
118 stars 60 forks source link

Support Jekyll 4.x #5

Closed koppor closed 4 years ago

koppor commented 4 years ago

Currently, the build environment points to ruby 2.3.4: https://github.com/BryanSchuetz/jekyll-deploy-gh-pages/blob/59c8f5f63361271c61d345c387f03ab7fc847e70/Dockerfile#L1

Jekyll 4.0.0, however, requires ruby 2.4.0 (https://jekyllrb.com/news/2019/08/20/jekyll-4-0-0-released/).

BryanSchuetz commented 4 years ago

I've updated this action to work with the new version of GHActions. I've also upgraded the ruby used in the dockerfile to 2.4.0