You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -101,6 +101,7 @@ Our link checker validates links the site. If links are broken immediately after
101
101
If you aren't familiar with the content with the broken link, consult the DRI for the content's focus area. See the [README](https://github.com/github/docs-content/blob/main/focus-areas/README.md) in `github/docs-content`.
102
102
103
103
For broken links due to in-progress work elsewhere in the docs, you can comment out problematic versioning temporarily by:
104
+
104
105
- using {% raw %}`{% comment %}`{% endraw %} tags in Liquid or
105
106
- prepending `#`inYAML front matter.
106
107
@@ -118,9 +119,9 @@ For content from the OpenAPI schema, note the affected content with broken links
118
119
119
120
1. Go to the [`index-general-search.yml` workflow](https://github.com/github/docs-internal/actions/workflows/index-general-search.yml)
120
121
1. Click on the **Run workflow** drop down and set the following parameters:
121
-
-`Branch:` set to the name of the publication branch
122
-
-`Version` set to the version you're publishing (e.g., `ghes-3.12` if you're publishing GHES3.12)
123
-
-`Languages` left as default (blank, all languages. If time is a concern, can also set to just `en` and wait for the workflow to automatically include the other languages in later runs)
122
+
-`Branch:` set to the name of the publication branch
123
+
-`Version` set to the version you're publishing (e.g., `ghes-3.12` if you're publishing GHES3.12)
124
+
-`Languages` left as default (blank, all languages. If time is a concern, can also set to just `en` and wait for the workflow to automatically include the other languages in later runs)
124
125
1. Click **Run workflow** and wait for the workflow to finish running, which can take up to 30 minutes.
125
126
126
127
_Note_: After performing these steps, search indices will be automatically updated when the workflow runs on `main`, once every 4hours. However, it will not do so until you first complete the steps above which will manually create a search index for the newrelease.
@@ -135,7 +136,7 @@ After your publication PR's are passing, complete the following maintenance **da
135
136
136
137
1. Check out `main`, then pull the latest changes.
137
138
138
-
1. Check out your publication branch, <code>ghes-VERSION-rc</code>, then merge changes from `main`.
139
+
1. Check out your publication branch, <code>ghes-VERSION-rc</code>, then merge changes from `main`.
0 commit comments