My Site is Not Updating After Deployment

Hello!

I am using Netlify to host my website, but after making updates, the changes are not appearing on the live site. All files are uploaded correctly, and everything works fine locally.

Could someone help me understand why the updates are not reflecting on Netlify?

Thanks in advance for your help!

@NANA-0103 Can you provide more details?

What deployment method are you using?
ā€˜Drag & Drop’? Git Deployment? CLI?

Do you have a deployment log?
Does it show any ā€˜changed files’ detected (or are all files the same)?

1 Like

Hi, thanks for your response!

I’m using Git Deployment with GitHub on Netlify. I have pushed the updated files to my repository, but the changes are not reflecting on my live site.

I checked the deployment log, but I’m not sure if Netlify detected any ā€œchanged files.ā€ Could you guide me on where exactly to check that or what might be causing the issue?

Let me know if you need any more details! Thanks again.

@NANA-0103 I can’t give you any specific guidance.

Best I could suggest would be to:

1 Like

Thanks for the suggestions! I have confirmed that my repository did change, but the updates are still not reflecting on my Netlify site. I’ll try unlinking and relinking my repository as you suggested.

If that doesn’t work, is there anything else I should check?

Thanks again for your help!

@NANA-0103 You can ā€œretry deployā€ with the current commit:
https://docs.netlify.com/site-deploys/manage-deploys/#retry-deploy-from-latest-branch-commit

The deploy log will indicate what occurred, if changed files were detected etc.