Fix bug from c94545e01be8c5aded827ec327b4281e4b7c268a causing webpage merges into gh-pages to fail.

This commit is contained in:
ccd0 2016-04-09 14:25:25 -07:00
parent 90ea7e98ed
commit 67d0b77b0a

View File

@ -164,8 +164,8 @@ module.exports = (grunt) ->
command: 'git commit -am "Build web page."'
web:
command: """
git merge --no-commit -s ours -
git checkout - README.md index.html web.css img
git merge --no-commit -s ours master
git checkout master README.md index.html web.css img
git commit -am "Update web page."
""".split('\n').join('&&')
push: