From 9002b5887cb5449da7e74e21f4c557104d9fc677 Mon Sep 17 00:00:00 2001 From: Alex Anderson Date: Mon, 25 Jul 2022 23:09:03 +0000 Subject: [PATCH] Disabled HTML builds --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 66c856e..96c2847 100755 --- a/make.sh +++ b/make.sh @@ -36,8 +36,8 @@ fi bn="$1" -echo "Generating HTML..." -pandoc --self-contained "$bn".md -o export/"$bn".html --metadata title="The Hitchhiker's Guide to Online Anonymity" +#echo "Generating HTML..." +#pandoc --self-contained "$bn".md -o export/"$bn".html --metadata title="The Hitchhiker's Guide to Online Anonymity" #echo "Generating PDF..." #pandoc --self-contained "$bn".md -o export/"$bn".pdf --metadata title="The Hitchhiker's Guide to Online Anonymity" -t context #echo "Generating ODT..."