From f586888d9eb8b3ab92e50dbe7aabec9aae3773cb Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Wed, 25 Sep 2019 11:04:37 +0200 Subject: [PATCH] added s --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 836c63a..1e12126 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 + pandoc -o $@ $< -t html5 --css css/tufte-css/tufte.css -s deploy: all mkdir -p site -- GitLab