Closed IsaccBarker closed 2 months ago
Success! Only merging will tell us if the deploy
step worked, but the bundle I downloaded (produced in GitHub Actions) works when I host it locally. There are some weird errors though that shouldn't exist given we're using the reStructuredText
format everywhere (links not being formatted correctly, images not appearing).
I assume this will be rectified after the deploy
step, although I'm not certain on this point.
Should the above commits be squashed? @gvegayon, what's your preference?
Should fix #41. We were missing the
nbformat
format, so I added it to an optional dependency group, andpip
now installs that in the action instead of the default group (à la thetesting
group).