I connected my new project to github, and it initially pulled in the information. But now it's not syncing with git on new commits / pushes. It keeps redeploying an old commit. I've disconnected and reconnected multiple times, set up a new project, etc. But it's always pulling the old (broken) commit.
I also don't see a webhook for vercel on my github account, but i do see it as an authorized github app with access to all repos.
Expected behavriou is that it would pull the latest commit.
Hitting redeploy on vercel for my project
This is my repo: https://github.com/NomadBuilder/mainsite

