From 1f73ee435587eff78b0d33f2bfcd25cb02efb3d6 Mon Sep 17 00:00:00 2001 From: zurdi Date: Mon, 24 Feb 2025 09:32:25 +0000 Subject: [PATCH] docs: add deployment instructions for documentation using mike --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f3c6270..47ea0ff 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,16 @@ trunk fmt trunk check ``` +## Deploy + +We use [mike]() to build and deploy documentation versions. Manually deploy a version needs to update and push the specific version (or a new one if creating a new version) with the following command: + +```sh +uv run mike deploy --push [alias] +``` + +This will update the `gh-pages` branch and automatically deploys the version with the fix/update to https://docs.romm.app + ## Social Join us on Discord, where you can ask questions, submit ideas, get help, showcase your collection, and discuss RomM with other users.