the theme could not be found after I modified the site from remote theme to Gem-based. #3967
Unanswered
WoogearKwon
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
As I described in the title,
I modified
_config.yml
file that was originallyremote_theme
mode toGem-based
them mode.After commit, github action showed me a log that's saying
The minimal-mistakes-jekyll theme could not be found.
with a bunch of other stuff that I couldn't understand.Build log details are here
If I change it back to remote_theme enabled, it builds success.
FYI, local test had no problem.
What should I do to make it work with Gem-based theme?
Is there any possibility of Jekyll version incompatibility? I see that the version in Github log is
jekyll-3.9.2
and my Gemfile isgem "jekyll", "~> 4.3.0"
.Beta Was this translation helpful? Give feedback.
All reactions