From ce5a390bf61d23c032b81c85d32cf2d17fe9048c Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 9 Jun 2022 20:25:57 +1200 Subject: [PATCH] Remove svg2png from netlify build (#2121) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 36a481722..299496721 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ netlify-dependencies: copy-svg2png: cp svg2png/*.png _build/html/_images/ -netlify: netlify-dependencies netlify-api html svg2png copy-svg2png +netlify: netlify-dependencies netlify-api html copy-svg2png lint: html-strict python3 lint.py