These instructions are now executed automatically every time a new commit is made to the main branch. They're provided here in case a manual deploy is needed:
To build:
make gh-pages
To upload:
cd gh-pages
git push origin main
where origin
is
git@github.com:scikit-image/scikit-image.git.luolix.top.git
.