EO-College / cubes-and-clouds

This is the official repository for the online course 'Cubes & Clouds'
Creative Commons Attribution 4.0 International
32 stars 12 forks source link

Adding Github action & Jupyter-book to render nb #43

Open annefou opened 1 month ago

annefou commented 1 month ago

The idea is to add a GitHub action to render the course (markdown and Jupyter notebooks) on Github webpages.

I made it in my fork: https://github.com/annefou/cubes-and-clouds/tree/main/.github/workflows

and the rendered Jupyter book is available online. For now in https://annefou.github.io/cubes-and-clouds

I suggest to add the same in the parent repo so anyone can read the course online, including Jupyter notebooks.

clausmichele commented 3 weeks ago

Hi @annefou, it looks great! Could you create a PR so that we can add it to the main repo?