-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Getting a build error #267
Comments
I have the same problem. |
Me as well. |
After some brief research online, I removed the header section of the file (assets/css/styles_feeling_responsive.scss), to remove the section with the dashes, and it fixed the issue. I cannot say why or if I've made things worse by doing so, though, because I'm too amateur here for that. As below, this is everything I removed:
So the file now looks just like this:
Hope that helped somebody. |
This theme on the latest commit is built with Jekyll 4 on Ruby 3. GitHub pages only supports Jekyll 3: github/pages-gem#651 @Phlow your deployment fails since the lock file changes, because you're also using the built-in gh-pages builder. Did you mean to use latest Jekyll 4? @baxendaleink Removing the front matter like that will result in not processing that file at all, just plain raw copy, which means your site CSS will be non-existent. Make sure you're doing a full (non-incremental) |
No way I'd have figured that out. Thank you. :) |
I managed to solve it with Github Actions template Jekyll, just changing cache 0 to 1 |
Can you please in more detail? I also tried enabling the GitHub Action, changing |
I tested it now, in the following workflow:
|
Thank you @sieb! Your comments and suggestions where very helpful 😄 🥳 |
I forked this repo, and under settings-->Pages, I switched to the 'gh-pages` branch. No other changes made.
And I get the following build error from Github.
Rendering: _posts/design/2015-08-16-typography.md Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/styles_feeling_responsive.scss': $number: "calc($colNumber / $totalColumns)" is not a unitless number for
percentage' on line 32`
Any help or suggestions are appreciated. (It runs fine in my local though)
The text was updated successfully, but these errors were encountered: