This PR addresses the ongoing challenge with the lighthouseci check, which has persistently failed through multiple attempts to add new blog content:
-
Initially, the content was crafted within the GitHub UI. While one blog passed the checks, the other did not.
-
Following feedback from the website meet call, two separate blogs were created for each meet-the-maintainer blog. Despite this effort, the lighthouseci check continued to fail.
- In the third attempt, the blogs were created locally, successfully rendering after executing
make site
approximately twice. However, the subsequent deployments of the website encountered a failure, resulting in the process terminating with the message:make: *** [Makefile:26: site] Error 137
.
Screenshot
I have included a reference to the very first PR (closed), the new PR (open).
The goal is to figure out why the check is failing for this PR, but not ones created within the same time frame.