jeffreytse / jekyll-deploy-action

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

Ruby Version 2 > 3 #72

Closed grandmotivator closed 9 months ago

grandmotivator commented 9 months ago

Please fix

https://github.com/cyborgway-org/cyborgway-org/actions/runs/7285986354/job/19853876025

jodygarnett commented 9 months ago

We fixed with

          bundler_ver: '<= 2.4.22'             # Default is latest bundler version

See also https://github.com/jeffreytse/jekyll-deploy-action/issues/70