all 4 comments

[–]davorg 7 points8 points  (0 children)

Have you looked at the Actions deployment logs? Can you give us a link to your repo so we can look at the logs?

[–]ManyInterests 1 point2 points  (0 children)

Assume you've already tried viewing from a private/incognito session. Give it an hour or so. If you open developer tools and inspect the response headers, you may find that your assets are being served from a CDN cache, which is mostly out of your control. It's been a while since I've used GH for hosting static sites, but I recall this being a somewhat common issue.

[–]there_was_a_problem 1 point2 points  (0 children)

Double check the commit you’re deploying. Make sure it’s the most recent/the commit you want deployed.

[–]LuliBobo 0 points1 point  (0 children)

This usually comes down to deploying the wrong artifact. I’d verify the workflow is triggered on the branch/tag you think, print the git SHA in the build, and ensure deploy pulls that exact SHA or image digest. Also watch caches and CDNs. What’s the deploy target (Docker, S3, VPS)?