From 0824380b84f9e04a99c22e4e1eccd2cacb697e41 Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Tue, 12 Oct 2021 21:56:39 +0300 Subject: [PATCH] Update search.md --- contributing/search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/search.md b/contributing/search.md index d2d0c09c2a..4d534b54d2 100644 --- a/contributing/search.md +++ b/contributing/search.md @@ -43,7 +43,7 @@ The Actions workflow progress can be viewed (by GitHub employees) in the [Action ## Manually triggering the search index update workflow -You can manually run the workflow to generate the indexes after you push your changes to `main` to speed up the indexing when needed. It's recommended to do this for only the `free-pro-team@latest` version and the `en` language because running all languages and versions take about 40 minutes. To run it manually, click "Run workflow" button in the [Actions tab](https://github.com/github/docs-internal/actions/workflows/sync-search-indices.yml). Enter the language and version you'd like to generate the indexes for as inputs to the workflow. By default, all language and versions are generated. +You can manually run the workflow to generate the indexes after you push your changes to `main` to speed up the indexing when needed. It's recommended to do this for only the `free-pro-team@latest` version and the `en` language because running all languages and versions takes about 40 minutes. To run it manually, click "Run workflow" button in the [Actions tab](https://github.com/github/docs-internal/actions/workflows/sync-search-indices.yml). Enter the language and version you'd like to generate the indexes for as inputs to the workflow. By default, all languages and versions are generated. ## Generating search indexes for your local checkout