-
Notifications
You must be signed in to change notification settings - Fork 45.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to about.md does not update the website (wrong page read when deploying template) #2072
Comments
How much time are you giving between when you commit and push the changes to when you check the live website? While GitHub can be quick sometimes, others times it can take up to 10 to 15 minutes before the changes are deployed. If you go into the commit logs you will notice the green checks next to the commits - this shows up once GitHub is done running the deployment scripts. |
It has been several days since I made the change. I do notice the green checks next to the commits but the changes are not visible on the website. |
@ranakroychowdhury Can you make an edit, commit, push to GitHub, and then link to the change from the commit log? |
Thanks for the prompt response @rjzupkoii . Here is the commit log to a change I just made now. It adds the line "Sample change that doesn't update website, as requested by @rjzupkoii." at the top of about.md file and should appear at the very top of the website. |
@ranakroychowdhury It looks like everything was deployed correctly; however, I did find this ticket over on the GitHub Community that suggests that this might be an issue with the CDN refreshing. If that's the case then it might just take awhile before the page updates. |
Thanks for the update @rjzupkoii . I went through the whole ticket but none of the proposed solutions worked. I understand it may take awhile for updates but it's never updating at all, not even in weeks. |
@ranakroychowdhury I just pushed a small change to the template and the page refreshed once it was it was deployed. Nothing is really standing out to me as the cause of your problem other than that it might be something on GitHub's side since the deploy process is reporting success. |
I saw your change and it reflects on your webpage. I'm still not sure what the issue on my side is. Thank you so much for being so responsive and helpful. Really appreciate it. |
@ranakroychowdhury Have there been any updates on this? Were you able to open a ticket with GitHub directly? |
Hi, |
Hi @rjzupkoii, |
@ranakroychowdhury Glad to hear it's working and that is really interesting that it was trying to deploy using the |
Hi @rjzupkoii , I'm copying their exact reply: `Hi Ranak, Thank you for getting in touch with GitHub Support! I have done some testing with a copy of your repository, and the file that is being used to populate your website with the body text appears to be /private_images/about.md rather than /_pages/about.md. If you make changes to /private_images/about.md instead - or copy the entire contents of /_pages/about.md into it, you should see those updates reflected on your website. I hope this helps, please let me know if you have anything else I can assist with. Roy They don't mention anything about why it was reading from one about.md instead of the other. Personally from my experience, I did find that sometimes it would read from the /_pages/ folder while at other times it would read from the /private_images/ folder. Not sure why that was the case. |
Interesting, that at least points in the direction of something to being on the lookout for in the template's code though! |
Flagging this ticket as a bit since it suggests that the template will use the wrong file when deploying if more than one option is present (i.e., in |
Describe the bug
On some days, if I make some changes _pages/about.md and commit, it updates the website. On other days, if I make similar changes to the same file, it won't update.
However, if I upload a new pdf file, like my CV, then the new CV does show up on the website.
My repository is public.
I cleared my browser cache.
Unpublish and republish the website
Re-run all jobs.
But nothing worked.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the changes to about.md file to update on the website.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: