Skip to content

Commit b9fe689

Browse files
committed
Added .nojekyll to workaround symlink issue in GitHub Pages. Ref: isaacs/github#553
1 parent 4698e50 commit b9fe689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ succinct_trie:
7070

7171
symlink:
7272
@echo "\033[92mMaking symbolic link for static website ...\033[0m"
73+
@echo "" > $(WEBSITE_DIR)/.nojekyll
7374
@go run setup/dicsetup.go -action=symlink
7475

7576
dir:

0 commit comments

Comments
 (0)