From 45fcf8306fb546367b34f784231b119c32026b5f Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Fri, 7 Oct 2022 13:19:43 +0200 Subject: [PATCH] added archives --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c3c6d4..de3acf5 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,13 @@ index.html: index.md Makefile deploy: all make -C archives mkdir -p site + mkdir -p site/archives cp index.html site/ cp -r css site/ + cp -r archives/index.html site/archives/ update: git submodule foreach 'git pull origin master || true' clean: - rm -rf index.html + rm -rf index.html site -- GitLab