Hamel Husain

Results 190 comments of Hamel Husain

Also if you deploy your site through a Render blueprint there is no need for GitHub Actions. It will monitor your repo for changes and rebuild.

Excellent! Do you mind writing a tutorial and/or do a quick video to show other people how to do the same? I think it might be really valuable!

If you are up to it I think it could make for a good tutorial on the nbdev docs or blog itself. @jph00 WDYT?

Yeah there are different approaches: - build the site in Docker too (you would have to have all the nbdev dependencies). This might be the cleanest. - render.yaml allows you...

Deven this file might help you if you are trying to build the dependencies https://github.com/fastai/workflows/blob/master/quarto-ghp/action.yml

My only suggestion if you are going to do a PR against nbdev with a new tutorial is to make it as generalizable as possible so that people are aware...