gjtorikian / html-proofer

Test your rendered HTML files to make sure they're accurate.
MIT License
1.57k stars 199 forks source link

Error during deployment with scheme format #807

Closed 0-Kaustubh-0 closed 11 months ago

0-Kaustubh-0 commented 11 months ago

Hello!

I'm getting an error during the deployment of my website on Github actions, which has something to do with htmlproofer:

KaustubhSinha.github.io/vendor/bundle/ruby/3.2.0/gems/addressable-2.8.5/lib/addressable/uri.rb:913:in `scheme=': Invalid scheme format: 'Link to article' (Addressable::URI::InvalidURIError)
htmlproofer 4.4.3 | Error:  Invalid scheme format: 'Link to article'

I'm not a programmer and am using jekyll to host a webpage for my engineering portfolio. I would greatly appreciate any help I can get as CI/CD is beyond my cup of tea.

Thank you.

gjtorikian commented 11 months ago

Two things stand out:

Invalid scheme format means that a URL link is not using http or https, so there is almost certainly a typo somewhere.

0-Kaustubh-0 commented 11 months ago

Thank you Garen!

gjtorikian commented 11 months ago

Glad to hear it!