From 72e54caf06a3b3be0ecd0b166fb83aace7baaaa4 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Thu, 9 Jan 2014 18:18:38 +0100 Subject: Add line to disable jekyll on github. --- lib/spack/docs/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/spack/docs/Makefile b/lib/spack/docs/Makefile index 8762fa06b0..4baba720ef 100644 --- a/lib/spack/docs/Makefile +++ b/lib/spack/docs/Makefile @@ -25,10 +25,15 @@ all: html # This creates a git repository and commits generated html docs. # It them pushes the new branch into THIS repository as gh-pages. # +# github for some reason runs jekyll automatically on gh-pages +# files, but we don't want that. 'touch .nojekyll' takes care +# of it. +# gh-pages: _build/html root="$$(git rev-parse --show-toplevel)" && \ cd _build/html && \ rm -rf .git && \ + touch .nojekyll && \ git init && \ git add . && \ git commit -m "Initial commit" && \ -- cgit v1.2.3-60-g2f50