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

fixed cd

parent d8137738
No related branches found
No related tags found
No related merge requests found
Pipeline #14680 passed
......@@ -69,11 +69,7 @@ deploy: all
cp practical_work/*.html phys/practical_work
cp practical_work/*.pdf phys/practical_work
ls -ltr
cd practical_work/
tar --version
ls -ltr
tar czvf tp_vec2.tar.gz tp_vec2/
cp tp_vec2.tar.gz ../phys/practical_work
cd practical_work/ && tar cvf tp_vec2.tar.gz tp_vec2/ && cp tp_vec2.tar.gz ../phys/practical_work
clean:
rm -f *.html *.pdf $(MARKDOWN) $(PDF) $(TEX) $(HTML)
......
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