I have a Github repository, see here. For a subfolder of this repository I built a Jupyter book, see here.
The develop
branch of this repository is set-up to host with github pages. However, it doesn't render my Jupyter book. If I go to the supposed address, I get a 404 file not found error.
From the documentation, I couldn't figure out how to set up Jupyter book with github pages in a subfolder properly. I also added the .nojekyll
file, but this didn't change anything. For separate html files in other folders, the github pages is working properly, e.g. here.
Does anyone know if and how this can be set-up correctly?