From 21ef6ce349e5f964734fbabf85393d7324fb214a Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sun, 3 Nov 2024 19:09:55 -0500 Subject: [PATCH] [CI] Avoid dup htmltext config for blog pages --- .htmltest.yml | 2 ++ content/en/blog/_index.md | 2 ++ content/zh/blog/_index.md | 3 --- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.htmltest.yml b/.htmltest.yml index bd55c60045d9..2278e2d4e6ac 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -8,6 +8,8 @@ CheckMailto: false TestFilesConcurrently: true IgnoreDirs: # DO NOT EDIT! IgnoreDirs list is auto-generated from markdown file front matter. + # 2024-11-03 The following entry is for `en` pages only. Other locales do + # not currently require it. - ^blog/(\d+/)?page/\d+ # TODO drop next line after https://github.com/open-telemetry/opentelemetry.io/issues/5423 is fixed for ja pages: - ^ja/docs/concepts/instrumentation/libraries/ diff --git a/content/en/blog/_index.md b/content/en/blog/_index.md index 7d0b3e2d57bf..8de02c03c741 100644 --- a/content/en/blog/_index.md +++ b/content/en/blog/_index.md @@ -5,5 +5,7 @@ redirects: [{ from: '', to: '2024/ 301!' }] outputs: [HTML, RSS] htmltest: IgnoreDirs: + # 2024-11-03 The following entry is for `en` pages only. Other locales do + # not currently require it. - ^blog/(\d+/)?page/\d+ --- diff --git a/content/zh/blog/_index.md b/content/zh/blog/_index.md index 74a812f4909b..28910ac4a474 100644 --- a/content/zh/blog/_index.md +++ b/content/zh/blog/_index.md @@ -3,8 +3,5 @@ title: 博客 menu: { main: { weight: 50 } } redirects: [{ from: '', to: '2024/ 301!' }] outputs: [HTML, RSS] -htmltest: - IgnoreDirs: - - ^blog/(\d+/)?page/\d+ default_lang_commit: 4c5468f8d16434f25f335e1b45922ca0f4cec18f ---