Skip to content

Commit

Permalink
[CI] Avoid dup htmltest config for blog pages (#5518)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Nov 4, 2024
1 parent c8295a6 commit 974cfd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 2 additions & 0 deletions content/en/blog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+
---
3 changes: 0 additions & 3 deletions content/zh/blog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

0 comments on commit 974cfd1

Please sign in to comment.