I’m experiencing an issue where my GitHub commits are showing as successful (green checkmarks) and building correctly, but the changes are not appearing on my live site.
Issue Details:
Problem:
- I make code changes and commit to GitHub main branch
- GitHub shows
green checkmark indicating successful build
- Vercel dashboard likely shows successful deployment
- However, the live site continues showing old content (even in incognito mode)
Recent commits not deploying:
- “Update target audiences to high-value market segments” (commit: 3821859)
- “Force deployment refresh - update format count” (commit: 7dc7bc2)
What I’ve tried:
- Hard refresh (Ctrl+Shift+R)
- Incognito/private browsing
- Clearing browser cache
- Making additional commits to trigger new deployments
Expected: Changes from GitHub commits should appear on live site Actual: Live site shows content from several hours ago
Request: Please check if there’s a deployment caching issue, build configuration problem, or if Vercel is deploying from the correct branch.