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

added deploy

parent 175bd7c2
Branches
Tags
No related merge requests found
Pipeline #12446 passed
......@@ -40,6 +40,10 @@ deploy: all
make -C travaux_pratiques/tpEdo
cp travaux_pratiques/tpEdo/*.pdf mti/tpEdo/
cp travaux_pratiques/tpEdo/tpEquadiffs.html mti/tpEdo/index.html
mkdir -p mti/tpOptimisation
make -C travaux_pratiques/tpOptimisation
cp travaux_pratiques/tpOptimisation/*.pdf mti/tpOptimisation/
cp travaux_pratiques/tpOptimisation/tpOptimisation.html mti/tpOptimisation/index.html
clean:
rm -rf *.html *.pdf
......@@ -8,7 +8,7 @@ PDFOPTIONS += --template=./default.latex
HTMLOPTIONS += -t html5
HTMLOPTIONS += -c css/prism.css
HTMLOPTIONS += -c ../../css/styling.css
HTMLOPTIONS += --self-contained
HTMLOPTIONS += --mathjax=MathJax.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment