From e88d70f9b94d7ef26465928e201c8b8a42fb4cc5 Mon Sep 17 00:00:00 2001 From: Dimitrios Karagiannis Date: Wed, 22 Jan 2020 14:59:56 +0000 Subject: [PATCH] make: fix docscheck Signed-off-by: Dimitrios Karagiannis --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2ac8dcb..d56675d 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ docscheck: @echo "==> Extracting provider json schema..." $(eval PROVIDER_SCHEMA=$(shell PROVIDER_NAME=$(PKG_NAME) $(CURDIR)/scripts/providerjsonschema.sh)) @echo "==> Checking docs with tfproviderdocs..." + @rm -rf $(CURDIR)/website/docs/assets $(CURDIR)/website/docs/layouts # these are generated by website targets and tfproviderdocs will fail @docker run \ --interactive \ --rm \