From 8dc7e0e4e6eedccdc4f193bf690dd500a0ee59de Mon Sep 17 00:00:00 2001 From: Allison Sherrick <67483756+alliomeria@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:22:33 -0400 Subject: [PATCH] Update documentation_workflow.md Update branch info --- docs/documentation_workflow.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/documentation_workflow.md b/docs/documentation_workflow.md index f106f0cf..06fdabb0 100644 --- a/docs/documentation_workflow.md +++ b/docs/documentation_workflow.md @@ -44,12 +44,12 @@ tags: ``` You may need to install Python on your machine. [Download Python](https://www.python.org/downloads/) or use your favorite operating system package manager such as Homebrew. -7. Now you can build the site locally, e.g. for the documentation using the 1.0.0 branch: +7. Now you can build the site locally, e.g. for the documentation using the 1.4.0 branch: ```shell - mike deploy 1.0.0 - mike set-default 1.0.0 + mike deploy 1.4.0 + mike set-default 1.4.0 ``` - If you create a new branch to match the issue number as in step 3, you would use your branch instead of 1.0.0. For example, a branch of ISSUE-129. + If you create a new branch to match the issue number as in step 3, you would use your branch instead of 1.4.0. For example, a branch of ISSUE-129. ```shell mike deploy ISSUE-129 mike set-default ISSUE-129