0

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:

Aaditya Maheshwari
  • 714
  • 1
  • 5
  • 16

1 Answers1

0
  1. Check your .gitignore file. You might have node_modules in there.

  2. 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/ .

Aaditya Maheshwari
  • 714
  • 1
  • 5
  • 16