Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing jupyter notebooks #36

Merged
merged 2 commits into from
Aug 11, 2023
Merged

Conversation

milanmlft
Copy link

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.

`jupytextR` cannot be installed for these older versions of R, because of its dependency on basilisk (>= 1.10.2).
@milanmlft milanmlft merged commit 803ab9d into l2d Aug 11, 2023
6 checks passed
@milanmlft milanmlft deleted the fix/missing-jupyter-notebooks branch August 11, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant