Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Avoid dup htmltest config for blog pages #5518

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
---