There are a few similar questions but none of the solutions mentioned in the other questions could solve my issue.
I am using mkdocs
to publish github pages. command I am using is mkdocs gh-deploy --clean
This has worked correctly in the past. But now suddenly after making a minor spelling change to one of the pages, the changes are not reflected in the git pages website. Note that in gh-pages branch I can see the changes were pushed correctly.
Shouldn't gh-pages branch be in sync with github pages website all the time ?
What am I missing here ?
//EDIT:
To say this problem in other words, It is a static site which is built using mkdocs. If gh-pages branch has all the changes (and it works fine locally), then shouldn't it update the github pages site automatically. As I understand there is no build process involved for static github pages site.