How to use GitHub pages with Pluto notebooks?

I want to create something similar to " https "://alvarmaciel.gitlab.io/pluto-static-export-template/My%20cool%20notebook.html . (not allowed to give links so I needed to modify a bit)

I don’t know much about github pages but is it practical or possible to work with github pages for pluto notebooks? With binder? If so, how?

I haven’t done this with GitHub pages specifically, but maybe you can use PlutoStaticHTML.jl?
It exports static HTML files which you could then simply host on GitHub pages.
If that works with binder I don’t know, though

2 Likes

An even simpler solution is this GitHub action:

4 Likes