We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d711d31 commit 27fb090Copy full SHA for 27fb090
docs/Makefile
@@ -22,7 +22,6 @@ endif
22
else
23
MARKDOWNLINT=docker run --rm -i -v ${CURDIR}:/src --workdir /src ${MARKDOWNLINT_IMG}
24
endif
25
-endif
26
27
MARKDOWNLINKCHECK?=markdown-link-check
28
MARKDOWNLINKCHECK_IMG?=ghcr.io/tcort/markdown-link-check:stable
@@ -34,7 +33,6 @@ endif
34
33
35
MARKDOWNLINKCHECK=docker run --rm -it -v ${CURDIR}:/site --workdir /site ${MARKDOWNLINKCHECK_IMG}
36
37
38
39
.PHONY: docs docs-draft docs-local clean hugo-get hugo-tidy lint-markdown link-check
40
0 commit comments