From 868f27984fa36b24a4822705962e43277090288c Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 22 Mar 2024 20:45:21 +0000 Subject: [PATCH] Remove beta tag from publishing pages with a custom workflow (#32185) --- ...ing-a-publishing-source-for-your-github-pages-site.md | 2 -- data/reusables/pages/pages-custom-workflow-beta.md | 9 --------- 2 files changed, 11 deletions(-) delete mode 100644 data/reusables/pages/pages-custom-workflow-beta.md diff --git a/content/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md b/content/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md index 4776cd49da..cf219694f0 100644 --- a/content/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md +++ b/content/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md @@ -64,8 +64,6 @@ To find potential errors with either the build or deployment, you can check the ## Publishing with a custom {% data variables.product.prodname_actions %} workflow -{% data reusables.pages.pages-custom-workflow-beta %} - To configure your site to publish with {% data variables.product.prodname_actions %}: {% data reusables.pages.navigate-site-repo %} diff --git a/data/reusables/pages/pages-custom-workflow-beta.md b/data/reusables/pages/pages-custom-workflow-beta.md deleted file mode 100644 index 71e293f877..0000000000 --- a/data/reusables/pages/pages-custom-workflow-beta.md +++ /dev/null @@ -1,9 +0,0 @@ -{% ifversion pages-custom-workflow %} - -{% note %} - -**Note:** Publishing your {% data variables.product.prodname_pages %} site with a custom {% data variables.product.prodname_actions %} workflow is in beta and subject to change. - -{% endnote %} - -{% endif %}