Skip to content
Snippets Groups Projects
Unverified Commit 41ad80d4 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated deploy

parent ba5bff88
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,11 @@ deploy: all
mkdir -p phys
cp cours.html phys/index.html
cp cours.pdf phys/cours.pdf
make -C exercices
mkdir -p phys/exercices
cp exercices/*.html phys/exercices
cp exercices/*.pdf phys/exercices
clean:
rm -f *.html *.pdf *.markdown
rm -rf phys
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