From 74e3b699e6d7810d0e19b2b20e9b8f0ee5be5d92 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sun, 21 Oct 2018 14:18:02 +0100 Subject: [PATCH] Add untracked files --- bin/deploy | 1 + 1 file changed, 1 insertion(+) 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 -