Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundler not installing dependencies, failing the build #105

Open
milosmns opened this issue Jan 21, 2024 · 0 comments
Open

Bundler not installing dependencies, failing the build #105

milosmns opened this issue Jan 21, 2024 · 0 comments

Comments

@milosmns
Copy link

Hey, I do believe my issue is coming from this action.

I recently attempted to upgrade Jekyll (and related) dependencies for my blog, which then failed the build as a result: https://github.com/milosmns/milosmns.github.io/actions/runs/7600750931/job/20699353764

What happened exactly:

  • My local build failed due to bundler being incompatible with my ruby version
  • I decide to upgrade everything
  • SASS converter starts complaining that / (divide operator) is deprecated
  • I migrate to math.div instead
  • Local build passes
  • I push to GitHub
  • GitHub Pages action runs
  • 💣

I understand that there are some limitations with GH Actions and ruby/bundler versions, but as I'm really not an expert at that, I was hoping that you already have a workaround. I couldn't find anything in the closed issues that fully matches my problem.

Thanks for the support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant