Skip to content
Discussion options

You must be logged in to vote

I found the problem and solution, so that the website itself it still accessing the cache of the old version, so all I did is to remove the branch gh-pages from VS Code, make sure that you already change the branch to master so that you are allowed to remove gh-pages branch, then go to VS Code, start rebuild it again using npm run build, after that push the changes. go to the settings, and change it again from master branch to gh-pages again, then the changes reflected.

By using this methode, so that the website will not access the website cache which if it does, it still showing the old version even though we already push the changes on github repository.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by aldoprogrammer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pages Host a static website, right from your repo New To GitHub 👋 New To GitHub
3 participants