Hi, I'd like to apply the theme on my Github pages. I followed the guide that get the zip file, unzip it in my repository and do bundle install. It works well on a local, but doesn't work on Github pages with a problem below. Did I make some mistakes?
The below is logs of 'pages build and deployment'.
Warning: github-pages can't satisfy your Gemfile's dependencies.
/usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:84:in rescue in gemspec': The jekyll-theme-hydejack theme could not be found. (Jekyll::Errors::MissingDependencyException) from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:81:ingemspec'
from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:19:in root' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:12:ininitialize'
from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:439:in new' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:439:inconfigure_theme'
from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:55:in config=' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:23:ininitialize'
from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:30:in new' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:30:inprocess'
from /usr/local/bundle/gems/github-pages-228/bin/github-pages:70:in block (3 levels) in <top (required)>' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:inblock in execute'
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in each' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:inexecute'
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in go' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary.rb:19:inprogram'
from /usr/local/bundle/gems/github-pages-228/bin/github-pages:6:in <top (required)>' from /usr/local/bundle/bin/github-pages:23:inload'
from /usr/local/bundle/bin/github-pages:23:in <main>' /usr/local/lib/ruby/2.7.0/rubygems/dependency.rb:3[11](https://github.com/JK831/ManInJungtham/actions/runs/4444258054/jobs/7802293101#step:4:12):into_specs': Could not find 'jekyll-theme-hydejack' (>= 0) among 146 total gem(s) (Gem::MissingSpecError)
Checked in 'GEM_PATH=/github/home/.gem/ruby/2.7.0:/usr/local/lib/ruby/gems/2.7.0:/usr/local/bundle', execute gem env for more information
from /usr/local/lib/ruby/2.7.0/rubygems/dependency.rb:323:in to_spec' from /usr/local/lib/ruby/2.7.0/rubygems/specification.rb:986:infind_by_name'
from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:82:in gemspec' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:19:inroot'
from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:12:in initialize' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:439:innew'
from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:439:in configure_theme' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:55:inconfig='
from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:23:in initialize' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:30:innew'
from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:30:in process' from /usr/local/bundle/gems/github-pages-228/bin/github-pages:70:inblock (3 levels) in <top (required)>'
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in block in execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:ineach'
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:ingo'
from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary.rb:19:in program' from /usr/local/bundle/gems/github-pages-[22](https://github.com/JK831/ManInJungtham/actions/runs/4444258054/jobs/7802293101#step:4:23)8/bin/github-pages:6:in<top (required)>'
from /usr/local/bundle/bin/github-pages:23:in load' from /usr/local/bundle/bin/github-pages:23:in'
Logging at level: debug
Configuration file: /github/workspace/./_config.yml
Theme: jekyll-theme-hydejack
github-pages 228 | Error: The jekyll-theme-hydejack theme could not be found.
Hi, I'd like to apply the theme on my Github pages. I followed the guide that get the zip file, unzip it in my repository and do
bundle install
. It works well on a local, but doesn't work on Github pages with a problem below. Did I make some mistakes?The below is logs of 'pages build and deployment'.
Warning: github-pages can't satisfy your Gemfile's dependencies. /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:84:in'
Logging at level: debug
Configuration file: /github/workspace/./_config.yml
Theme: jekyll-theme-hydejack
github-pages 228 | Error: The jekyll-theme-hydejack theme could not be found.
rescue in gemspec': The jekyll-theme-hydejack theme could not be found. (Jekyll::Errors::MissingDependencyException) from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:81:in
gemspec' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:19:inroot' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:12:in
initialize' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:439:innew' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:439:in
configure_theme' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:55:inconfig=' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:23:in
initialize' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:30:innew' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:30:in
process' from /usr/local/bundle/gems/github-pages-228/bin/github-pages:70:inblock (3 levels) in <top (required)>' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in
block in execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:ineach' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in
execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:ingo' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary.rb:19:in
program' from /usr/local/bundle/gems/github-pages-228/bin/github-pages:6:in<top (required)>' from /usr/local/bundle/bin/github-pages:23:in
load' from /usr/local/bundle/bin/github-pages:23:in<main>' /usr/local/lib/ruby/2.7.0/rubygems/dependency.rb:3[11](https://github.com/JK831/ManInJungtham/actions/runs/4444258054/jobs/7802293101#step:4:12):in
to_specs': Could not find 'jekyll-theme-hydejack' (>= 0) among 146 total gem(s) (Gem::MissingSpecError) Checked in 'GEM_PATH=/github/home/.gem/ruby/2.7.0:/usr/local/lib/ruby/gems/2.7.0:/usr/local/bundle', executegem env
for more information from /usr/local/lib/ruby/2.7.0/rubygems/dependency.rb:323:into_spec' from /usr/local/lib/ruby/2.7.0/rubygems/specification.rb:986:in
find_by_name' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:82:ingemspec' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:19:in
root' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/theme.rb:12:ininitialize' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:439:in
new' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:439:inconfigure_theme' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:55:in
config=' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/site.rb:23:ininitialize' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:30:in
new' from /usr/local/bundle/gems/jekyll-3.9.3/lib/jekyll/commands/build.rb:30:inprocess' from /usr/local/bundle/gems/github-pages-228/bin/github-pages:70:in
block (3 levels) in <top (required)>' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:inblock in execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in
each' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:inexecute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in
go' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary.rb:19:inprogram' from /usr/local/bundle/gems/github-pages-[22](https://github.com/JK831/ManInJungtham/actions/runs/4444258054/jobs/7802293101#step:4:23)8/bin/github-pages:6:in
<top (required)>' from /usr/local/bundle/bin/github-pages:23:inload' from /usr/local/bundle/bin/github-pages:23:in