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

added deploy

parent 175bd7c2
No related branches found
No related tags found
No related merge requests found
Pipeline #12446 passed
...@@ -40,6 +40,10 @@ deploy: all ...@@ -40,6 +40,10 @@ deploy: all
make -C travaux_pratiques/tpEdo make -C travaux_pratiques/tpEdo
cp travaux_pratiques/tpEdo/*.pdf mti/tpEdo/ cp travaux_pratiques/tpEdo/*.pdf mti/tpEdo/
cp travaux_pratiques/tpEdo/tpEquadiffs.html mti/tpEdo/index.html 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: clean:
rm -rf *.html *.pdf rm -rf *.html *.pdf
...@@ -8,7 +8,7 @@ PDFOPTIONS += --template=./default.latex ...@@ -8,7 +8,7 @@ PDFOPTIONS += --template=./default.latex
HTMLOPTIONS += -t html5 HTMLOPTIONS += -t html5
HTMLOPTIONS += -c css/prism.css HTMLOPTIONS += -c ../../css/styling.css
HTMLOPTIONS += --self-contained HTMLOPTIONS += --self-contained
HTMLOPTIONS += --mathjax=MathJax.js HTMLOPTIONS += --mathjax=MathJax.js
......
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