Closed oDinZu closed 2 years ago
I clone the repo and build the site, but I receive this error with jekyll:latest.
jekyll-strapi-jekyll-serve-1 | Watcher: Ignoring (?-mix:^_site\/) jekyll-strapi-jekyll-serve-1 | Watcher: Ignoring (?-mix:^\.jekyll\-cache\/) jekyll-strapi-jekyll-serve-1 | Watcher: Ignoring (?-mix:^Gemfile) jekyll-strapi-jekyll-serve-1 | Watcher: Ignoring (?-mix:^Gemfile\.lock) jekyll-strapi-jekyll-serve-1 | Auto-regeneration: enabled for '/srv/jekyll' jekyll-strapi-jekyll-serve-1 | /usr/gem/gems/jekyll-4.2.2/lib/jekyll/commands/serve/servlet.rb:3:in `require': cannot load such file -- webrick (LoadError)
It seems you are mixing "build" with "serve". Logs are from serve but you are writing about build.
I clone the repo and build the site, but I receive this error with jekyll:latest.