From df21966c85442b9cec7ab028ec80a9b8a5b1e949 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Sun, 14 May 2023 21:12:56 +0200
Subject: [PATCH] corrected path

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index a293b58..f3f6ae6 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ deploy: all
 	mkdir -p phys
 	mkdir -p phys/planets
 	mkdir -p phys/field_lines
+	mkdir -p phys/rc_circuit
 	cp cours.html phys/index.html
 	cp cours.pdf phys/cours.pdf
 	make -C exercices
@@ -87,6 +88,7 @@ deploy: all
 	cp practical_work/electric_fl/*.html phys/field_lines/
 	cd practical_work/electric_fl && tar cvf utils_jour.tar utils Jour && tar cvf utils_soir.tar utils Soir && cp *.tar ../../phys/field_lines
 	cd ..
+	pwd
 	make -C practical_work/rc_circuit
 	cp practical_work/rc_circuit/*.pdf phys/rc_circuit/
 	cp practical_work/rc_circuit/*.html phys/rc_circuit/
-- 
GitLab