Skip to content

Commit 398a8a9

Browse files
authored
try throttling html-proofer to avoid 429s
1 parent 2808fcb commit 398a8a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ require 'html-proofer'
44

55
task :test do
66
sh 'bundle exec jekyll build'
7-
HTMLProofer.check_directory('./_site/', check_html: true).run
7+
HTMLProofer.check_directory('./_site/',
8+
check_html: true,
9+
hydra: { max_concurrency: 10 }).run
810
end

0 commit comments

Comments
 (0)