Skip to content

Commit

Permalink
remove extra endifs
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel committed Sep 4, 2024
1 parent d711d31 commit 24ef0f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/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 docs-draft docs-local clean hugo-get hugo-tidy lint-markdown link-check

Expand Down

0 comments on commit 24ef0f4

Please sign in to comment.