From be7be9416e0dba8eee5afd1735d0605f0dc7a7b6 Mon Sep 17 00:00:00 2001 From: nenizera Date: Mon, 4 Nov 2024 18:46:17 +0000 Subject: [PATCH 1/2] [Pages] Update debugging-pages.mdx --- src/content/docs/pages/configuration/debugging-pages.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/content/docs/pages/configuration/debugging-pages.mdx b/src/content/docs/pages/configuration/debugging-pages.mdx index 279b045112afc08..65845186319f26f 100644 --- a/src/content/docs/pages/configuration/debugging-pages.mdx +++ b/src/content/docs/pages/configuration/debugging-pages.mdx @@ -68,6 +68,14 @@ or Possible errors in this step could be caused by faulty setup in your Pages project. Review your build command, output folder and environment variables for any incorrect configuration. +:::note + + +Make sure there are no emojis or special characters as part of your commit message in a Pages project that is integrated with Github/Gitlab, it can potentially break a Pages build. + + +::: + ### Deploying to Cloudflare's global network Possible errors in this step could be caused by incorrect Pages Functions configuration. Refer to the [Functions](/pages/functions/) documentation for more information on Functions setup. From 9c9a9046abc21dc7dd4967ad1193ed5a44a53209 Mon Sep 17 00:00:00 2001 From: Greg Brimble Date: Tue, 5 Nov 2024 02:04:27 -0500 Subject: [PATCH 2/2] Update src/content/docs/pages/configuration/debugging-pages.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --- src/content/docs/pages/configuration/debugging-pages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/pages/configuration/debugging-pages.mdx b/src/content/docs/pages/configuration/debugging-pages.mdx index 65845186319f26f..a023f2492757f29 100644 --- a/src/content/docs/pages/configuration/debugging-pages.mdx +++ b/src/content/docs/pages/configuration/debugging-pages.mdx @@ -71,7 +71,7 @@ Possible errors in this step could be caused by faulty setup in your Pages proje :::note -Make sure there are no emojis or special characters as part of your commit message in a Pages project that is integrated with Github/Gitlab, it can potentially break a Pages build. +Make sure there are no emojis or special characters as part of your commit message in a Pages project that is integrated with GitHub or GitLab as it can potentially cause issues when building the project. :::