Skip to content

Commit

Permalink
Remove extra endifs in docs Makefile (nginxinc#2543)
Browse files Browse the repository at this point in the history
Remove extra endif statements causing errors on make docs.
  • Loading branch information
bjee19 authored Sep 12, 2024
1 parent dc13d35 commit beada14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions site/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ endif
else
MARKDOWNLINT=docker run --rm -i -v ${CURDIR}:/src --workdir /src ${MARKDOWNLINT_IMG}
endif
endif

MARKDOWNLINKCHECK?=markdown-link-check
MARKDOWNLINKCHECK_IMG?=ghcr.io/tcort/markdown-link-check:stable
Expand All @@ -34,7 +33,6 @@ endif
else
MARKDOWNLINKCHECK=docker run --rm -it -v ${CURDIR}:/site --workdir /site ${MARKDOWNLINKCHECK_IMG}
endif
endif

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

Expand Down

0 comments on commit beada14

Please sign in to comment.