From 553f4dfeeac4d72ddb453f82d6aca9c5d46925a4 Mon Sep 17 00:00:00 2001 From: "Michael M. Tiller" Date: Mon, 4 Sep 2023 12:25:16 -0400 Subject: [PATCH] ci: don't rebuild json when doing make site This is because it brings in DVC as a dependency and the image we are using to make the site is just Node. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3c3da0a..aaf49420 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ ebooks: pdfs: (cd text; make pdf pdf-a4) -site: json +site: (cd nextgen; make all) deploy_site: