craigsapp / website-polish-scores

Front-end for digital transcriptions of the Polish Music Heritage in Open Access project
https://polishscores.org
3 stars 1 forks source link

Website build fails on github #222

Closed craigsapp closed 1 year ago

craigsapp commented 1 year ago

https://github.com/craigsapp/website-polish-scores/actions/runs/4832686301

github-pages can't satisfy your Gemfile's dependencies.

Try the Gemfile:

source "https://rubygems.org"

gem 'github-pages', group: :jekyll_plugins

group :test do
    gem "webrick", "~> 1.8"
end

Adding group :test do ... end around webrick which was needed for the most recent version of ruby (and if not working, try removing webrick since I reverted to an older version of ruby.

craigsapp commented 1 year ago

Compiling on Github-Pages seems to work after the change to the Gemfile now.