I would like to ask, I set up my own website on github, and after changing the content, there is no updated content on the local commit, refresh site.

has only been used twice. When I used it before, commit was successful. Today I want to change it. As a result, after commit, the code in the warehouse has changed, indicating that it has been submitted, but the website has not been updated. It is still the previous one. What is the situation

?
Mar.29,2022

did you go to see it immediately after you submitted it? Because deployment takes time, you can go and have a look at it later. If not, the deployment may fail. Modify the code and submit it again


github pages?
update takes about five minutes


if you are using hexo , you need to regenerate the page hexo generate


can you preview your local hexo s? If you can, you don't have hexo d to publish to remote. If you can't preview it, you can hexo clean clear the cache changes, save the changes in hexo g, generate the file, preview and publish it to the remote site, and then refresh the website

.
Menu