LearnToDiscover / sandpaper

L2D's fork of {sandpaper}
https://learntodiscover.github.io/sandpaper/
Other
0 stars 1 forks source link

Fix missing jupyter notebooks #36

Closed milanmlft closed 1 year ago

milanmlft commented 1 year ago

Jupyter notebooks are missing for some L2D lessons deployed on GitHub. I suspect this is because the GHA workflows call sandpaper::ci_deploy(), which in turn calls sandpaper::build_site() - but not sandpaper::build_lesson()! So I moved the build_ipynb() step to build_site() to ensure it is also called on the GHA runners.