Skip to content

Commit

Permalink
remove extra endifs (#6352)
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel authored and web-flow committed Sep 4, 2024
1 parent a1a9a9e commit 18e770f
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 @@ -28,7 +28,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 @@ -41,7 +40,6 @@ endif
else
MARKDOWNLINKCHECK=docker run --rm -it -v ${CURDIR}:/site --workdir /site ${MARKDOWNLINKCHECK_IMG}
endif
endif

.PHONY: all all-staging all-dev all-local clean hugo-mod build-production build-staging build-dev docs-drafts docs deploy-preview

Expand Down

0 comments on commit 18e770f

Please sign in to comment.