From aa552d7f63bf5bf0fd93c3e0dc96b1c730a39cc3 Mon Sep 17 00:00:00 2001
From: guiwitz <guiwitz@users.noreply.github.com>
Date: Mon, 27 Sep 2021 15:42:54 +0200
Subject: [PATCH] don't copy content to subfolder

---
 binder/postBuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/binder/postBuild b/binder/postBuild
index aaeefa0..de8a965 100644
--- a/binder/postBuild
+++ b/binder/postBuild
@@ -1,4 +1 @@
-python installation/download_data.py
-
-mkdir PyImageCourse_beginner
-mv *.ipynb PyImageCourse_beginner/
\ No newline at end of file
+python installation/download_data.py
\ No newline at end of file
-- 
GitLab