From b3b579d8cc4a762bf5381da552025bce432d2250 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 30 Aug 2021 14:05:19 +0700 Subject: [PATCH] Only run Python files in diagrams directory --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index f2315b3c..0f3336f0 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -7,7 +7,7 @@ diagrams: cd diagrams \ && python3 -m venv .venv \ && pip3 install -r requirements.txt \ - && python3 * + && python3 *.py .PHONY: book book: diagrams