Deven Mistry

Results 56 comments of Deven Mistry

@hyunjongkimmath I think the issue is arising from running nbdev on windows. Can you run it in WSL and see if the issue still persists?

@stevecrossan if you clone your repo with SSH, you won't need to use personal access tokens.

Can you make sure you are running the code in the correct environment?

Sure, I will give it a try right now. I'll let you know if I get stuck somewhere.

@hamelsmu I think I'm done. The site is deployed successfully, but I get a 404 as it can't find the `index.html` ![image](https://user-images.githubusercontent.com/31466137/221379454-0100b85a-a746-4bce-b9aa-b65f1534b54a.png)

Here is the repo, https://github.com/deven367/nbdev-oauth Also, for the deployment to go through, I had to push the `_docs` folder to the master branch as well. I wanted the deployment to...

Apologies. I had put the incorrect url in the oauth app. It's working as expected now!!

Sure, I can write a small walkthrough. As an additional feature, should I try to get this to work through the `gh-pages` branch?

I think the `gh-pages` branch would be better, as in the current approach we also need to push the `_docs` with each change, unless we could do that directly in...

Yeah, I think I figured it out. With minimal change, it is working directly with the `gh-pages` branch. The new workflow requires minimal change, you just need to push the...