-
Couldn't load subscription status.
- Fork 229
Upgrading ruby and jekyll versions #3557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: gh-pages
Are you sure you want to change the base?
Conversation
…eed up build times
|
Ok so I've had to add in this logic to the bundle file to ensure that GitHub build.yml workflow works: bundle lock --add-platform x86_64-linux
bundle lock --add-platform arm64-darwin-24
bundle lock --add-platform x86_64-darwin-20
bundle lock --add-platform x64-mingw32This gives us the following
I've also had to add in logic for pulling out htmlproofer errors. To do it you run:
Will be working with @anisa-hawes this month to fix these |
A much needed upgrade for Ruby and Jekyll versions so that it can run on newer Macbooks. Also upgrading our build.yml to use the official htmlproofer now that we have upgraded everything. This is part of the tasks for #3497
Checklist
Closes #ISSUENUMBERto your summary above