Turn htmlproofer back on.

This commit is contained in:
mtail 2018-06-28 07:53:34 -07:00
parent 201cbd5928
commit fa0a3fe408
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ check_content() {
check_content content --en-us check_content content --en-us
check_content content_zh --zh-cn check_content content_zh --zh-cn
#htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/,/github.com/istio/istio/issues/new/choose/" htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/,/github.com/istio/istio/issues/new/choose/"
if [ "$?" != "0" ] if [ "$?" != "0" ]
then then
FAILED=1 FAILED=1