You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, and a lot of the docker build related GitHub Actions can be removed too since they have been moved to https://github.com/CryoInTheCloud/hub-image. Initiall we had everything together (Jupyter Book build, docker build, etc) as mentioned at #1 (comment) to simplify things, but we've since split things into dedicated repos so there's definitely some duplicated stuff that can be removed!
A lot of the current GitHub Actions are based un the uwhackweek JupyterBook template:
https://github.com/uwhackweek/jupyterbook-template/blob/31716111301ed43519232507742815169ad5f3f6/README.md
This includes a lot of complexity around building a linked JupyterBook and a fancy landing page. But since this repository is only concerned with building a JupyterBook and not executing notebooks a lot of the actions are not used (https://github.com/CryoInTheCloud/CryoCloudWebsite/blob/main/.github/workflows/netlifypreview.yaml ) and can be simplified or removed.
Discussed more here #69 (comment)
The text was updated successfully, but these errors were encountered: