Skip to content

Commit 10fe3df

Browse files
authored
RHIDP-9793 Pass htmltest in CI (#1587)
1 parent 391634c commit 10fe3df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.htmltest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ IgnoreDirectoryMissingTrailingSlash: true
1111
IgnoreSSLVerify: true
1212
IgnoreURLs: # List URLS that are not published, false positives, websites refusing crawlers
1313
# Unauthorized (403)
14+
- "^./1.1.x/index.html$"
15+
- "^./1.2.x/index.html$"
1416
- "^./pr-.*/index.html$"
17+
- "^./release-1..*/index.html$"
18+
- "^./rhdh-1.0/index.html$"
19+
- "^./rhdh-1.1.x/index.html$"
1520
- "^index.html$"
21+
- "^pulls.html$"
1622
- http://creativecommons.org/licenses/by-sa/3.0/
1723
- https://developers.redhat.com
1824
- https://docs.github.com/

0 commit comments

Comments
 (0)