My old website was simple jekyll code kept on master. Now, I revamped website and also started using jekyll-assets
plugin. I just came to know that, github pages doesn't support custom plugins, so, I'm in trouble since I've used it at many places.
Now, I've found work around to create a gh-pages branch and push compiled version over there. Earlier, I was not doing it since, github pages was using master to compile jekyll code.
I've also include .nojekyll
in my master to not compile jekyll code - that didn't help either, github pages is still pointed to master.
Is there any way I can change this pointing?