Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 374 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 374 Bytes

scikit-image.org webpage

Deploying

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.github.com.git.