Make sure github doesn't run jekyll on our static site
This commit is contained in:
parent
9d7c342075
commit
fa6be304e3
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -31,6 +31,7 @@ resources/gen/rules.mk: _data/assets.yml _lib/rules.py
|
|||
jekyll: default
|
||||
$(ECHO) "JEKYLL"
|
||||
$(Q)jekyll build
|
||||
$(Q)touch _site/.nojekyll
|
||||
|
||||
publish: jekyll default
|
||||
$(ECHO) "PUBLISH"
|
||||
|
|
|
|||
Loading…
Reference in a new issue