Hi RadiantHero6,
I’ve found a solution to the problem we were facing.
I updated the Ruby version to 3.2 in my github actions workflow files, and it worked for me.
You might want to give it a try.
Here’s the commit where I made the changes for your reference: https://github.com/YubinShin/YubinShin.github.io/commit/05841eca174f73c03c0e4362aa31f07b5fef8435
You’ll need to update this specific line in your workflow file: https://github.com/radianthero/radianthero.github.io/blob/main/.github/workflows/pages-deploy.yml#L45
Hope this helps!