diff --git a/bin/deploy b/bin/deploy index 4a74d18..0448115 100755 --- a/bin/deploy +++ b/bin/deploy @@ -2,6 +2,7 @@ bundle exec bin/build cd _site +git add . git commit -am "Update content" git push origin master cd -