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.