Skip to content

Commit beada14

Browse files
authored
Remove extra endifs in docs Makefile (#2543)
Remove extra endif statements causing errors on make docs.
1 parent dc13d35 commit beada14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

site/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ endif
2222
else
2323
MARKDOWNLINT=docker run --rm -i -v ${CURDIR}:/src --workdir /src ${MARKDOWNLINT_IMG}
2424
endif
25-
endif
2625

2726
MARKDOWNLINKCHECK?=markdown-link-check
2827
MARKDOWNLINKCHECK_IMG?=ghcr.io/tcort/markdown-link-check:stable
@@ -34,7 +33,6 @@ endif
3433
else
3534
MARKDOWNLINKCHECK=docker run --rm -it -v ${CURDIR}:/site --workdir /site ${MARKDOWNLINKCHECK_IMG}
3635
endif
37-
endif
3836

3937
.PHONY: docs watch drafts clean hugo-get hugo-tidy hugo-update lint-markdown link-check
4038

0 commit comments

Comments
 (0)