From 5695dde972d39756db6ef00e1b0b5b32cbfc6597 Mon Sep 17 00:00:00 2001 From: zurdi Date: Tue, 13 May 2025 08:48:33 +0000 Subject: [PATCH] Update deployment command in README.md to include --update-aliases option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e0947e..e02d0d8 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ trunk check 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] +uv run mike deploy --push --update-aliases [alias] ``` This will update the `gh-pages` branch and automatically deploys the version with the fix/update to https://docs.romm.app