mirror of https://github.com/istio/istio.io.git
Disable HTML proofer to allow Netlify to work
This commit is contained in:
parent
8bf3a38617
commit
21f7dded86
2
Makefile
2
Makefile
|
|
@ -40,7 +40,7 @@ prep_lint:
|
||||||
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
|
.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 .
|
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:
|
prep_lint_local:
|
||||||
npm install --prefix .tools/node markdown-spellcheck
|
npm install --prefix .tools/node markdown-spellcheck
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue