Sync changes from upstream repository · rubythonode/developer.github.com@3a6c7cb · GitHub
Skip to content

Commit 3a6c7cb

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent c626094 commit 3a6c7cb

7 files changed

Lines changed: 5 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion

Rakefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ task :run_proofer do
4343
%r{help\.github\.com/enterprise/admin/} => "help.github.com/enterprise/#{config[:versions][0]}/admin/",
4444
%r{help\.github\.com/enterprise/user/} => "help.github.com/enterprise/#{config[:versions][0]}/user/"
4545
}
46-
HTML::Proofer.new("./output", :href_ignore => ignored_links, :href_swap => href_swap).run
46+
HTML::Proofer.new("./output", \
47+
:href_ignore => ignored_links, \
48+
:href_swap => href_swap, \
49+
:parallel => { :in_processes => 5 }).run
4750
end
4851

4952
desc "Remove the tmp dir"

assets/images/personal_token.png

102 KB
Loading

content/webhooks/index.md

Lines changed: 0 additions & 2 deletions
-17 KB
Binary file not shown.
17 KB
Binary file not shown.
17 KB
Binary file not shown.

0 commit comments

Comments
 (0)