Fix bug from c94545e01be8c5aded827ec327b4281e4b7c268a causing webpage merges into gh-pages to fail.
This commit is contained in:
parent
90ea7e98ed
commit
67d0b77b0a
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user