From 21f7dded86492d8be2ef20c55beec98ee6f1ac12 Mon Sep 17 00:00:00 2001 From: mtail Date: Wed, 13 Jun 2018 15:03:02 -0700 Subject: [PATCH] Disable HTML proofer to allow Netlify to work --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9eb3b1d639..bd07691be6 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ prep_lint: lint: .tools/node/node_modules/markdown-spellcheck/bin/mdspell --en-us --ignore-acronyms --ignore-numbers --no-suggestions --report content/*.md content/*/*.md content/*/*/*.md content/*/*/*/*.md content/*/*/*/*/*.md content/*/*/*/*/*/*.md content/*/*/*/*/*/*/*.md mdl --ignore-front-matter --style mdl_style.rb . - htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/" +# htmlproofer ./public --check-html --assume-extension --timeframe 2d --storage-dir .htmlproofer --url-ignore "/localhost/,/github.com/istio/istio.github.io/edit/master/" prep_lint_local: npm install --prefix .tools/node markdown-spellcheck