From 93f5c02a97fcf045c22abf611676bf0edf33918b Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Wed, 25 Sep 2019 11:00:14 +0200
Subject: [PATCH] removed self contained

---
 .gitlab-ci.yml | 1 +
 Makefile       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c087574..40be881 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,5 +32,6 @@ before_script:
 build_and_deploy:
   script:
     - make
+    - rsync -avz css malaspinas@129.194.185.180:/www/
     - rsync -avz index.html malaspinas@129.194.185.180:/www/
     - blc http://129.194.185.180/ -ro --exclude *.pdf --filter-level 3
diff --git a/Makefile b/Makefile
index da2c801..836c63a 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ STYLES := css/tufte-css/tufte.css \
 all: index.html
 
 index.html: index.md Makefile
-	pandoc -o $@ $< -t html5 -c css/tufte-css/tufte.css --self-contained
+	pandoc -o $@ $< -t html5 -c css/tufte-css/tufte.css
 
 deploy: all
 	mkdir -p site
-- 
GitLab