Skip to content

Commit

Permalink
ci(website_broken_links_checker): ignore http response code 0
Browse files Browse the repository at this point in the history
External link https://www.vaultproject.io/docs/commands/plugin/register failed: got a time out (response code 0)

Signed-off-by: Alexey Igrychev <alexey.igrychev@flant.com>
  • Loading branch information
alexey-igrychev committed Feb 16, 2022
1 parent ef02894 commit e7838ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/website_broken_links_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
--empty-alt-ignore \
--check_html \
--url_ignore "https://fonts.googleapis.com,https://fonts.gstatic.com" \
--http-status-ignore "0" \
_site/

0 comments on commit e7838ef

Please sign in to comment.