mirror of https://github.com/istio/istio.io.git
Turn htmlproofer back on.
This commit is contained in:
parent
201cbd5928
commit
fa0a3fe408
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue