use '--all' with 'git add' as per git messages (#354)

pull/340/head^2
Josh Rabinowitz 6 years ago committed by GitHub
parent a9599cc56b
commit 3dfc4d4fff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ function update_gh_branch {
git checkout 'gh-pages'
make
git add '_posts'
git add --all '_posts'
git commit -m 'documentation update'
git checkout "$branch_name"
}

Loading…
Cancel
Save