2 Commits

Author SHA1 Message Date
Dave Syer
c340c6914f Fix "rm -rf" instruictions
Existing copy is wrong because "git rm -rf *" fails if there are any untracked files (e.g. target/). Changed to "git rm -rf `git ls-files`".
2014-09-30 09:09:50 +01:00
Phillip Webb
171918e41a Initialize shared gh-pages infrastructure 2013-09-09 01:41:47 -07:00