You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read through FAQ and searched through the past issues, none of which addressed my issue.
The issue I am raising is a potential bug in al-folio and not just a usage question. [For usage questions, please post in the Discussions instead of raising an issue.]
Describe the bug
Locally, my website runs smoothly, with external source for blog posts (from Medium). When pushing the master branch of my website, I get the following error: No valid parser for XML. (Feedjira::NoParserAvailable), and the deployment step fails.
System (please complete the following information):
OS: Windows, but I guess here the problem is on GitHub's side
Jekyll version : locally, 4.3.1, on Github 4.3.3
Ruby version : locally 3.1.1, on GitHub 3.0.2
The text was updated successfully, but these errors were encountered:
For me, I add bundle add webrick before bundle exec jekyll build and specify Jekyll to a specific version in Gemfile(for me I use gem 'jekyll', '4.3.2'). This solved my problem.
Acknowledge the following
[For usage questions, please post in the Discussions instead of raising an issue.]
Describe the bug
Locally, my website runs smoothly, with external source for blog posts (from Medium). When pushing the master branch of my website, I get the following error: No valid parser for XML. (Feedjira::NoParserAvailable), and the deployment step fails.
System (please complete the following information):
The text was updated successfully, but these errors were encountered: