blackjax-devs / sampling-book

Tutorials and sampling algorithm comparisons
https://blackjax-devs.github.io/sampling-book
68 stars 13 forks source link

Build the book on each PR #4

Open rlouf opened 1 year ago

rlouf commented 1 year ago

We need to find a way to take a look at the current state of the examples on each PR, to be able to review without having to build the notebooks locally. The first thing to try is to use the gh-pages-deploy-action and deploy PR-specific versions to a pr-{pr_number} folder. We can remove this folder upon merging.