Skip to content

Commit 116f974

Browse files
committed
Fix git warning
1 parent c7d489b commit 116f974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ site:
4646
bundle exec rake generate && \
4747
bundle exec rake deploy ; \
4848
cd .. ; \
49-
git add . ; \
49+
git add --all . ; \
5050
git commit -anm "Update site" ; \
5151
git push origin master
5252

0 commit comments

Comments
 (0)