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 notsandpaper::build_lesson()! So I moved the build_ipynb() step to build_site() to ensure it is also called on the GHA runners.
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 callssandpaper::build_site()
- but notsandpaper::build_lesson()
! So I moved thebuild_ipynb()
step tobuild_site()
to ensure it is also called on the GHA runners.