Skip to content
Snippets Groups Projects
Verified Commit df21966c authored by orestis.malaspin's avatar orestis.malaspin
Browse files

corrected path

parent 8d7cbfda
Branches patch-1
No related tags found
No related merge requests found
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment