Make sure github doesn't run jekyll on our static site

This commit is contained in:
Jeff Epler 2020-08-08 10:54:02 -05:00
parent 9d7c342075
commit fa6be304e3

View file

@ -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"