# skimage-web **Repository Path**: mirrors_scikit-image/skimage-web ## Basic Information - **Project Name**: skimage-web - **Description**: scikit-image web page sources - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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``.