Open
Description
By default, GitHub pages are built with the gh-pages
gem which locks in Jekyll to 3.9
- which can be very slow.
We can change the gemfile to use a newer, faster jekyll and experiment with other plugin versions, but the page will still eventually be built on the GH-side with 3.9
. So eventually it would be reasonable to migrate to GitHub actions