Skip to content
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

fix: separate html-proofer gem from Gemfile #73

Merged
merged 6 commits into from
Nov 2, 2024
Merged

fix: separate html-proofer gem from Gemfile #73

merged 6 commits into from
Nov 2, 2024

Conversation

glasnt
Copy link
Collaborator

@glasnt glasnt commented Nov 2, 2024

This repo has two separate services performing CI checks: github actions for html-proofer (validates all links on site are accurate), and netlify (preview of website)

Netlify checks are (partly) failing due to issues with html-proofer gem. This gem is only needed for the github actions CI, so this PR moves that requirement inline to the workflow file, and removes it from the Gemfile. In theory this isolates the dependencies and will result in more successful checks.

May require more debugging, pending netlify results.

@glasnt
Copy link
Collaborator Author

glasnt commented Nov 2, 2024

A major fix here was to pin Ruby to 3.3.3, as a recommendation from https://github.com/ruby/bigdecimal/issues/297#issuecomment-2331533389

The HTMLProofer fixes should be resolved once this is rebased into #70

@glasnt glasnt merged commit 595d299 into gh-pages Nov 2, 2024
4 of 5 checks passed
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.

1 participant