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."'
|
command: 'git commit -am "Build web page."'
|
||||||
web:
|
web:
|
||||||
command: """
|
command: """
|
||||||
git merge --no-commit -s ours -
|
git merge --no-commit -s ours master
|
||||||
git checkout - README.md index.html web.css img
|
git checkout master README.md index.html web.css img
|
||||||
git commit -am "Update web page."
|
git commit -am "Update web page."
|
||||||
""".split('\n').join('&&')
|
""".split('\n').join('&&')
|
||||||
push:
|
push:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user