jeffreytse / jekyll-deploy-action

🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
MIT License
339 stars 44 forks source link

Is there a way to use a specific Ruby version? #53

Open MattUnderscoreZhang opened 1 year ago

MattUnderscoreZhang commented 1 year ago

I have some gems that require Ruby 3, but I think this action is hard-coded to use 2.7. Can you add a way to specify the Ruby version?

jeffreytse commented 1 year ago

Hi @MattUnderscoreZhang

Thanks for your good issue, so sorry for the late reply, currently it's hard-coded to use 2.7, I am trying to let this action better to support a specific Ruby version. And welcome to star this project for further updates in the future. : )

Thanks & Regards

jeffreytse commented 6 months ago

Hi @MattUnderscoreZhang

Sorry for the latest update, for now with the latest version v0.6.0, you can use a specific Ruby version by the option ruby_ver, hope this helpful to you.

Thanks & Regards