From f9df5dd9bbfbba5e978f2b83f15f30472f013a78 Mon Sep 17 00:00:00 2001 From: Axel Dahlberg Date: Fri, 31 Jan 2020 16:00:38 +0100 Subject: [PATCH] Add .nojekyll on deploy --- docs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index af74befc..72d7e259 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -251,7 +251,10 @@ dummy: python-deps: @cat requirements.txt | xargs -n 1 -L 1 pip3 install -build: python-deps html +_add_jekyll: + touch build/.nojekyll + +build: python-deps html _add_jekyll open: @echo "test"