Skip to content

Commit 75e40b1

Browse files
committed
Adding the reusable
1 parent b45b506 commit 75e40b1

7 files changed

+13
-1
lines changed

content/pages/setting-up-a-github-pages-site-with-jekyll/about-jekyll-build-errors-for-github-pages-sites.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ topics:
1616
shortTitle: Jekyll build errors for Pages
1717
---
1818

19+
{% data reusables.pages.actions-is-preferred %}
20+
1921
## About Jekyll build errors
2022

2123
If you are publishing from a branch, sometimes {% data variables.product.prodname_pages %} will not attempt to build your site after you push changes to your site's publishing source.{% ifversion fpt or ghec %}

content/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ topics:
1717
shortTitle: Add theme to Pages site
1818
---
1919

20+
{% data reusables.pages.actions-is-preferred %}
21+
2022
People with write permissions for a repository can add a theme to a {% data variables.product.prodname_pages %} site using Jekyll.
2123

2224
{% data reusables.pages.test-locally %}

content/pages/setting-up-a-github-pages-site-with-jekyll/adding-content-to-your-github-pages-site-using-jekyll.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ topics:
1414
shortTitle: Add content to Pages site
1515
---
1616

17+
{% data reusables.pages.actions-is-preferred %}
18+
1719
People with write permissions for a repository can add content to a {% data variables.product.prodname_pages %} site using Jekyll.
1820

1921
## About content in Jekyll sites

content/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ topics:
1515
shortTitle: Create site with Jekyll
1616
---
1717

18+
{% data reusables.pages.actions-is-preferred %}
19+
1820
{% data reusables.pages.org-owners-can-restrict-pages-creation %}
1921

2022
## Prerequisites

content/pages/setting-up-a-github-pages-site-with-jekyll/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ topics:
1616
shortTitle: Set Markdown processor
1717
---
1818

19+
{% data reusables.pages.actions-is-preferred %}
20+
1921
People with write permissions for a repository can set the Markdown processor for a {% data variables.product.prodname_pages %} site.
2022

2123
{% data variables.product.prodname_pages %} supports two Markdown processors: [kramdown](http://kramdown.gettalong.org/) and {% data variables.product.github %}'s own Markdown processor, which is used to render [{% data variables.product.prodname_dotcom %} Flavored Markdown (GFM)](https://github.github.com/gfm/) throughout {% data variables.product.github %}. For more information, see [AUTOTITLE](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github).

content/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ topics:
1616
shortTitle: Test site locally with Jekyll
1717
---
1818

19+
{% data reusables.pages.actions-is-preferred %}
20+
1921
Anyone with read permissions for a repository can test a {% data variables.product.prodname_pages %} site locally.
2022

2123
## Prerequisites
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
> [!NOTE] While the `github-pages` gem remains supported for some workflows, {% data variables.product.prodname_actions %} is now the recommended approach for deploying and automating Pages sites.
1+
> [!NOTE] While this `github-pages` gem remains supported for some workflows, {% data variables.product.prodname_actions %} is now the recommended approach for deploying and automating Pages sites.

0 commit comments

Comments
 (0)