My website is running on Jekyll being hosted at dashedstripes.github.io (which i have rooted to my own domain), I'd like to set up another repository to be a project page i.e dashedstripes.github.io/project-name
I've setup a separate project repo with a gh-pages branch which is saying it is live at dashedstripes.github.io/project-name
However, because the root site is being run on jekyll, I'm being given a 404 whenever trying to access that project.
Is there anyway around this?