From 7da930c4f60b16943f04cd47922f663927b2c29e Mon Sep 17 00:00:00 2001 From: Victor Castell Date: Wed, 5 Feb 2020 22:03:23 +0100 Subject: [PATCH] chore: Don't always generate cli docs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 863c9bc0a..79fd94988 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ clean: .PHONY: doc apidoc gen test doc: - scripts/run doc --dir website/content/cli + #scripts/run doc --dir website/content/cli cd website; hugo -d ../public ghp-import -p public