-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix HTMLProofer authentication #55
Conversation
ea22f9a
to
3faf709
Compare
Codecov Report
@@ Coverage Diff @@
## master #55 +/- ##
==========================================
+ Coverage 91.70% 91.81% +0.10%
==========================================
Files 21 21
Lines 603 611 +8
==========================================
+ Hits 553 561 +8
Misses 50 50
Continue to review full report at Codecov.
|
a9939e8
to
5fcbb25
Compare
e037e40
to
e460f2e
Compare
Install the concurrent-ruby Gem and configure the :parallel option in HTMLProofer.
Bump html-proofer from 3.15.3 to 3.16.0 to get #before_request, enabling us to send Authorization header to github domains.
e460f2e
to
a4b732e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…auth Fix HTMLProofer authentication
This PR hopefully fixes HTMLProofer authentication. As per gjtorikian/html-proofer#86 (comment) it's a bit unclear just how HTMLProofer expects the
:domain_auth
to be set, so this PR will explore ways to do it correctly.