Two days ago, I updated the code of my site https://danipani.github.io/, the index file (index.html) has changed, but other files like https://danipani.github.io/node_modules/@bit/danipani.projects.global.button-3d/index.js don't update. I tried to remove the repository but no luck, everything is like before.
This is my repository:
Check your .gitignore
file. You might have node_modules
in there.
Also, you might wanna see this: https://blog.github.com/2016-11-02-what-s-new-in-github-pages-with-jekyll-3-3/ . & https://blog.github.com/2009-12-29-bypassing-jekyll-on-github-pages/ .