Skip to content

Commit 974cfd1

Browse files
authored
[CI] Avoid dup htmltest config for blog pages (#5518)
1 parent c8295a6 commit 974cfd1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.htmltest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ CheckMailto: false
88
TestFilesConcurrently: true
99
IgnoreDirs:
1010
# DO NOT EDIT! IgnoreDirs list is auto-generated from markdown file front matter.
11+
# 2024-11-03 The following entry is for `en` pages only. Other locales do
12+
# not currently require it.
1113
- ^blog/(\d+/)?page/\d+
1214
# TODO drop next line after https://github.com/open-telemetry/opentelemetry.io/issues/5423 is fixed for ja pages:
1315
- ^ja/docs/concepts/instrumentation/libraries/

content/en/blog/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ redirects: [{ from: '', to: '2024/ 301!' }]
55
outputs: [HTML, RSS]
66
htmltest:
77
IgnoreDirs:
8+
# 2024-11-03 The following entry is for `en` pages only. Other locales do
9+
# not currently require it.
810
- ^blog/(\d+/)?page/\d+
911
---

content/zh/blog/_index.md

-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@ title: 博客
33
menu: { main: { weight: 50 } }
44
redirects: [{ from: '', to: '2024/ 301!' }]
55
outputs: [HTML, RSS]
6-
htmltest:
7-
IgnoreDirs:
8-
- ^blog/(\d+/)?page/\d+
96
default_lang_commit: 4c5468f8d16434f25f335e1b45922ca0f4cec18f
107
---

0 commit comments

Comments
 (0)