From b9fe689770d705743a29bd33a3c7583a5c81bec1 Mon Sep 17 00:00:00 2001 From: siongui Date: Thu, 30 Jan 2020 10:10:42 +0800 Subject: [PATCH] Added .nojekyll to workaround symlink issue in GitHub Pages. Ref: isaacs/github#553 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f1c44bb..e6cfd6e 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,7 @@ succinct_trie: symlink: @echo "\033[92mMaking symbolic link for static website ...\033[0m" + @echo "" > $(WEBSITE_DIR)/.nojekyll @go run setup/dicsetup.go -action=symlink dir: