From 671df2b41980581e50723cd9ae1bd0015cacd906 Mon Sep 17 00:00:00 2001 From: Ryan Bolger Date: Wed, 19 Jun 2024 17:11:06 -0700 Subject: [PATCH] fix params in doc deployment guide --- docs/.deploy_notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.deploy_notes b/docs/.deploy_notes index e180328b..a2214824 100644 --- a/docs/.deploy_notes +++ b/docs/.deploy_notes @@ -1,6 +1,6 @@ Be in the main branch or whatever branch contains the source docs folder: - mike deploy --prefix docs --branch "docsite" --push v4 latest + mike deploy --deploy-prefix docs --branch "docsite" --push v4 latest `--push` is optional. If you want to self-host the versioned docs, leave it out and run: