From 79074eb93d8364f005bb1b2d869393c563b96ed1 Mon Sep 17 00:00:00 2001
From: Alice BRENON <alice.brenon@ens-lyon.fr>
Date: Mon, 27 Jun 2022 09:33:52 +0200
Subject: [PATCH] Publish an instance of EDdA-explorer

---
 .gitignore | 1 +
 Makefile   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 45a84db..83f2ca8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 *.html
 chaoui/*
+EDdA-explorer/*
diff --git a/Makefile b/Makefile
index 682f9e3..92ed012 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 SRC = index.md
-TARGETS = $(SRC:%.md=%.html) chaoui/
+TARGETS = $(SRC:%.md=%.html) chaoui/ EDdA-explorer/
 HOST = connect.liris.cnrs.fr
 
 all: $(TARGETS)
-- 
GitLab