remove html validator
This commit is contained in:
parent
c9669805ee
commit
e2c3a8af93
1 changed files with 2 additions and 1 deletions
3
Checks
3
Checks
|
@ -2,7 +2,8 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
deploy_check :elinks
|
||||
deploy_check :html
|
||||
# The w3c validators go offline often, not great for our build CI
|
||||
# deploy_check :html
|
||||
deploy_check :ilinks
|
||||
deploy_check :mixed_content
|
||||
deploy_check :stale
|
||||
|
|
Loading…
Reference in a new issue