This is the website for UBI which is available at https://ubisearch.dev, hosted by GitHub Pages.
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
mkdocs serve
To deploy the website:
source ./venv/bin/activate
mkdocs gh-deploy
Pushes to main
will initiate a deployment via GitHub Actions.
This code is licensed under the Apache 2.0 license. See LICENSE.txt.