-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
sass-embedded gives an error with GitHub Actions #171
Comments
fixed by: |
Hello @BabaSanfour. From the error message, I'm wondering if you need to add the relevant platform that GitHub Actions is using to your Gemfile.lock? This issue looks similar: rubygems/rubygems#4269 (comment) I will look at updating the rake dependency to the latest version. |
Hey @chrisrhymes, sorry I did not mention that in the fix, I do add it but the issues persist and updating dependencies fixes them. |
Please can you try release v1.2.0 and see if this resolves your issue? Thanks. |
I updated to v1.2.0 and I get this error:
|
My bad, issue is fixed by updating the gem file and ubuntu version! all is working |
Hello!
when trying to use GitHub Actions to host the latest version of the theme I get this error:
Is there any idea on how it can be solved ?
I tried upgrading
sass-embedded
but nothing, also tried to addgem "jekyll-sass-converter", "~> 2.0"
but it created way more errors as many functions are deprecated. Addinggem "github-pages", group: :jekyll_plugins
gives a dependency conflict.The text was updated successfully, but these errors were encountered: