File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ linkcheck: deps ## Run linkcheck
189189
190190.PHONY : linkcheckbroken
191191linkcheckbroken : deps # # Run linkcheck and show only broken links
192- cd $(DOCS_DIR ) && $(SPHINXBUILD ) -b linkcheck $(ALLSPHINXOPTS ) $(BUILDDIR ) /linkcheck | grep -wi " broken\|redirect" | GREP_COLORS=' 0;31' grep -vi " https://github.com/plone/volto/issues/" --color=auto || test $$? = 1
192+ cd $(DOCS_DIR ) && $(SPHINXBUILD ) -b linkcheck $(ALLSPHINXOPTS ) $(BUILDDIR ) /linkcheck | GREP_COLORS= ' 0;31 ' grep -wi " broken\|redirect" --color=always | GREP_COLORS=' 0;31' grep -vi " https://github.com/plone/volto/issues/" --color=always && if test $$ ? = 0 ; then exit 1 ; fi || test $$? = 1
193193 @echo
194194 @echo " Link check complete; look for any errors in the above output " \
195195 " or in $( BUILDDIR) /linkcheck/ ."
You can’t perform that action at this time.
0 commit comments