Skip to content

Commit

Permalink
make: fix docscheck
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitrios Karagiannis <[email protected]>
  • Loading branch information
alkar committed Jan 22, 2020
1 parent 95e4609 commit e88d70f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e88d70f

Please sign in to comment.