From d80cdbb37f0c0af6fab1525c48f83181609d6d49 Mon Sep 17 00:00:00 2001 From: mtail Date: Fri, 8 Jun 2018 08:10:09 -0700 Subject: [PATCH] Update README details on publishing a new version of the site. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e7c10a39a..4ed3d96b31 100644 --- a/README.md +++ b/README.md @@ -160,8 +160,9 @@ and subsequent entries should point to archive.istio.io. directory. This search engine will be used to perform version-specific searches on archive.istio.io. 1. In the **previous release's** branch (in this case release-0.6), edit the file `data/args.yml`. Set the -`archive` field to true, the `archive_date` field to the current date, and the `search_engine_id` field -to the ID of the search engine you created in the prior step. +`archive` field to true, the `archive_date` field to the current date, the `search_engine_id` field +to the ID of the search engine you created in the prior step, and the `branch_name` field to the +name of the branch. 1. Switch to the istio/admin-sites repo.