🌐 AI搜索 & 代理 主页
Skip to content

Commit 43c0840

Browse files
authored
ignore docs site which sometimes returns 403
1 parent a3e4cfe commit 43c0840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ task :test do
77
HTMLProofer.check_directory('./_site/',
88
check_html: true,
99
hydra: { max_concurrency: 10 },
10+
url_ignore: [%r{https://developer.github.com}, %r{https://docs.github.com}, %r{https://help.github.com}],
1011
http_status_ignore: [429]).run
1112
end

0 commit comments

Comments
 (0)