Skip to content

Commit 7e0b947

Browse files
authored
Merge pull request #54914 from github/repo-sync
Repo sync
2 parents 1bc7a48 + 02599c8 commit 7e0b947

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/contributing/setting-up-your-environment-to-work-on-github-docs/troubleshooting-your-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ During development, you can visit any page on `http://localhost:4000` and add `?
9595

9696
## Working with liquid processing
9797

98-
If your text or code example includes content between curly brackets (`{` and `}`), you need to wrap it between <code>&#123% raw %&#125;</code> and <code>&#123% raw %&#125;</code> tags to disable Liquid processing for that section. For example:
98+
If your text or code example includes content between curly brackets (`{` and `}`), you need to wrap it between <code>&#123;% raw %&#125;</code> and <code>&#123;% raw %&#125;</code> tags to disable Liquid processing for that section. For example:
9999

100100
* **Use:**
101101

102102
<pre>
103-
GITHUB_TOKEN: &#123% raw %&#125;${% raw %}{{ secrets.GITHUB_TOKEN }}{% endraw %}&#123% endraw %&#125;
103+
GITHUB_TOKEN: &#123;% raw %&#125;${% raw %}{{ secrets.GITHUB_TOKEN }}{% endraw %}&#123;% endraw %&#125;
104104
</pre>
105105

106106
* **Avoid:**

content/copilot/managing-copilot/configure-personal-settings/installing-the-github-copilot-extension-in-your-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ To see instructions for other popular coding environments, use the tool switcher
244244
245245
## Installing {% data variables.product.prodname_copilot %} in Eclipse
246246
247-
1. Download and install the latest version of {% data variables.product.prodname_copilot %} in the [Eclipse Marketplace](https://aka.ms/copiloteclipse).
247+
1. Download and install the latest version of {% data variables.product.prodname_copilot %} from the [Eclipse Marketplace](https://aka.ms/copiloteclipse) or directly via the [Eclipse Update Site](https://azuredownloads-g3ahgwb5b8bkbxhd.b01.azurefd.net/github-copilot/). For more information, see [Installing New Software](https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.user/tasks/tasks-124.htm) in the Eclipse documentation.
248248
249249
1. After the extension is installed, restart Eclipse to apply the changes.
250250

content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To set up a `www` or custom subdomain, such as `www.example.com` or `blog.exampl
112112
{% data reusables.pages.navigate-site-repo %}
113113
{% data reusables.repositories.sidebar-settings %}
114114
{% data reusables.pages.sidebar-pages %}
115-
1. Under "Custom domain", type your custom domain, then click **Save**. If you are publishing your site from a branch, this will create a commit that adds a `CNAME` file directly to the root of your source branch. If you are publishing your site with a custom {% data variables.product.prodname_actions %} workflow, no `CNAME` file is created, so you need to create one manually (containing only a line of text with your custom domain). For more information about your publishing source, see [AUTOTITLE](/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).
115+
1. Under "Custom domain", type your custom domain, then click **Save**. If you are publishing your site from a branch, this will create a commit that adds a `CNAME` file directly to the root of your source branch. If you are publishing from a custom {% data variables.product.prodname_actions %} workflow, no `CNAME` file is created, and any existing `CNAME` file is ignored and is not required. For more information about your publishing source, see [AUTOTITLE](/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).
116116

117117
> [!NOTE]
118118
> If your custom domain is an internationalized domain name, you must enter the Punycode encoded version.

0 commit comments

Comments
 (0)