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
Hello, when running the github actions to deploy your page I receive a github-pages 227 | Error: The fractal theme could not be found. and the build with jekyll step crashes.
The text was updated successfully, but these errors were encountered:
I see the external action actions/jekyll-build-pages@v1 is unable to find the gem listed in Gemfile, though it works for my builds.
/usr/bin/docker run --name ghcrioactionsjekyllbuildpagesv106_44e3ef
/usr/local/bundle/gems/jekyll-3.9.2/lib/jekyll/theme.rb:84:in `rescue in gemspec': The fractal theme could not be found. (Jekyll::Errors::MissingDependencyException)
/usr/local/lib/ruby/2.7.0/rubygems/dependency.rb:311:in `to_specs': Could not find 'fractal' (>= 0) among 148 total gem(s) (Gem::MissingSpecError)
Logging at level: debug
Configuration file: /github/workspace/./_config.yml
Theme: fractal
github-pages 227 | Error: The fractal theme could not be found.
I don't know what to recommend as a i can't reproduce the error myself.
Hello, when running the github actions to deploy your page I receive a
github-pages 227 | Error: The fractal theme could not be found.
and the build with jekyll step crashes.The text was updated successfully, but these errors were encountered: