I pushed a massive update with 3d models three.js and everything to a simple static website but 13 hours have passed and its still not updated, in the github repository there are two branches master and main
main consists of the older website
master consists of the new website
I switched the default branch from main to master after pushing:

>Solution :
Switching the default branch may not be sufficient, you may need to update the settings of your deployment process too.
If you are using GitHub Pages:
Under repository settings, go to Pages, then in Build and deployment section, select which branch you want GH Pages to pull your code from, to deploy your site:
