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 dc13d35 commit beada14Copy full SHA for beada14
site/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 watch drafts clean hugo-get hugo-tidy hugo-update lint-markdown link-check
40
0 commit comments