Skip to content

Commit

Permalink
Add .gitattributes to force LF, force push in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kahboom committed Oct 23, 2018
1 parent 79ac74a commit f331f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* eol=lf
2 changes: 1 addition & 1 deletion publish-to-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ gulp build
cd public
if [[ -n "$(git status -s)" ]] ; then
echo "Updating gh-pages branch"
git add --all && git commit -m "[ci skip] Publishing to gh-pages" && git push
git add --all && git commit -m "[ci skip] Publishing to gh-pages" && git push --force
fi

0 comments on commit f331f18

Please sign in to comment.