Skip to content

Conversation

@h-lame
Copy link
Member

@h-lame h-lame commented Feb 7, 2024

In response to #67 we realised we needed to get onto ruby 3 and that required getting off the github-pages gem and doing stuff ourselves.

It's not ruby 3 compatible at all so we'll have to do something else.
Ran `bundle exec github-pages versions --gemfile` to get this, should help us unpin from using github-pages directly.
We filtered out a bunch of explicit versions of jekyll plugins that were blocking the upgrade, but also, got rid if we weren't using them.
Why?  Just to tell if what's served is fresh or not.
Because why not?  Can't hurt.
Now we're not using the github-pages gem we have to do this "manually".  There's advice in https://jekyllrb.com/docs/continuous-integration/github-actions/ on how to do it, and this is the actions file we'd get if we followed those "click about int he UI" instructions.
Apparently bundler puts specific platforms in gemfiles now?  Almost certainly we didn't want this, but I'll work it out later.

This was prompted by the first attempt to build the site via actions failing.
@h-lame h-lame merged commit ccd4bba into main Feb 7, 2024
@h-lame h-lame deleted the ruby-3 branch February 7, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants