jeffreytse / jekyll-deploy-action

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

Sudden step failure without any change #60

Open mattppal opened 1 year ago

mattppal commented 1 year ago

Starting yesterday, this step for my project began failing on installing nokogiri:

An error occurred while installing nokogiri (1.10.10), and Bundler cannot
continue.

In Gemfile:
  rails was resolved to 6.1.7.2, which depends on
    actioncable was resolved to 6.1.7.2, which depends on
      actionpack was resolved to 6.1.7.2, which depends on
        actionview was resolved to 6.1.7.2, which depends on
          rails-dom-testing was resolved to 2.0.3, which depends on
            nokogiri

This happened without any change to my repo, so I'm assuming there was an upstream change that caused the failure? Did I miss a deprecation or mandatory upgrade?

mattppal commented 1 year ago

It looks like this might have been caused by a Ruby version change. @jeffreytse is there any way to specify the Ruby version on this step?

jeffreytse commented 1 year ago

Hi @mattppal

Thanks for the issue, currently, we can't specify the Ruby version, but I will try to bring this feature in. : )

Thanks & Regards

jeffreytse commented 6 months ago

It looks like this might have been caused by a Ruby version change. @jeffreytse is there any way to specify the Ruby version on this step?

For now, with the latest version v0.6.0, you can specify the Ruby version via the option ruby_ver, hope this helpful.