From 0eb99093d5d5253692c435349a61c9c4f8a174ef Mon Sep 17 00:00:00 2001 From: "orestis.malaspin" <orestis.malaspinas@hesge.ch> Date: Fri, 23 Jul 2021 00:09:24 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d98a95f..1f0bb0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,12 +33,6 @@ before_script: build_only: script: - - echo $PATH - - ls -ltr /usr/local/bin - - /usr/local/bin/pandoc --version - - pandoc --version - - pandoc -s --toc --filter=pandoc-numbering --filter=pandoc-crossref --highlight-style kate --pdf-engine xelatex --number-sections --template=./default.latex -o cours.pdf 00_macros.md 01_rappel.md 02_optimisation.md 03_integrales.md 04_edo.md 05_fourier.md 06_probas_stats.md 07_remerciements.md 08_notes.md --metadata-file metadata.yaml - - pandoc -s --toc --filter=pandoc-numbering --filter=pandoc-crossref -t html5 -c css/tufte-css/tufte.css --self-contained --mathjax=MathJax.js -o cours.html 00_macros.md 01_rappel.md 02_optimisation.md 03_integrales.md 04_edo.md 05_fourier.md 06_probas_stats.md 07_remerciements.md 08_notes.md --metadata-file metadata.yaml - make - make deploy - rsync -avzz mti ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/ -- GitLab