From 82988ce94b12ee172cfc79fbe4e5f4c7cc6d95c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Fri, 19 Feb 2021 10:27:35 +0100 Subject: [PATCH] Deploy services/ folder (including images!) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d6dbf59..bf87ffe 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ .EXPORT_ALL_VARIABLES: PAGES = index.html -BLOBS = assets/ +BLOBS = assets/ services/ all: $(PAGES)