From 867d617ba227349d3d16d12389a8685f41a706b2 Mon Sep 17 00:00:00 2001 From: Alan Dooley Date: Wed, 4 Sep 2024 09:53:19 +0100 Subject: [PATCH] Apply suggestions from code review --- site/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/Makefile b/site/Makefile index 6b980f1566..2d89f0670d 100644 --- a/site/Makefile +++ b/site/Makefile @@ -17,7 +17,6 @@ MARKDOWNLINT_IMG?=ghcr.io/igorshubovych/markdownlint-cli:latest ifeq (, $(shell ${MARKDOWNLINT} version 2> /dev/null)) ifeq (, $(shell docker version 2> /dev/null)) -ifneq (, $(shell $(NETLIFY) "true")) $(error Docker and markdownlint are not installed. markdownlint or Docker are required to lint.) endif else @@ -30,7 +29,6 @@ MARKDOWNLINKCHECK_IMG?=ghcr.io/tcort/markdown-link-check:stable ifeq (, $(shell ${MARKDOWNLINKCHECK} --version 2> /dev/null)) ifeq (, $(shell docker version 2> /dev/null)) -ifneq (, $(shell $(NETLIFY) "true")) $(error Docker and markdown-link-check are not installed. markdown-link-check or Docker are required to check links.) endif else