Get 404 error when I go to the github pages for my project

Following the steps in the nbdev tutorial, I forked the nbdev template and enabled github pages, per the instructions. However, I get a 404 error when I go to that link.

The repo I created is: https://github.com/sanzgiri/aps_utils and the github pages link is at https://sanzgiri.github.io/aps_utils/.

I also have a blog hosted on github pages and it might be that it is somehow interfering with this? Can’t figure out what the issue is, would appreciate any help.

Thanks,
Ashutosh

You need to clone your repo to your computer and the run nbdev_build_docs. After that you can push to your GitHub repo and it should work.

2 Likes

Thanks, that worked!