Replies: 1 comment 1 reply
-
|
@Gimena this seems to be a ruby version issue that has just hit us in github actions. I am not entirely sure the exact reason, but you can get the build to work again by changing the ruby version in your github action. In your project look for the file ".github/workflows/jekyll.yml", https://github.com/cosarinskysol-boop/Grupo3-G3-I6/blob/main/.github/workflows/jekyll.yml Edit the line 40 where it says That should fix the build! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I can'y deploy jekyll site to GH pages. I copy the lines that show errors: An error occurred while installing sass-embedded (1.93.3), and Bundler cannot
continue.
In Gemfile:
jekyll was resolved to 4.4.1, which depends on
jekyll-sass-converter was resolved to 3.1.0, which depends on
sass-embedded
Error: The process '/opt/hostedtoolcache/Ruby/3.1.6/x64/bin/bundle' failed with exit code 5
The repo is here: https://github.com/cosarinskysol-boop
Hope you can help us! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions