Add '--all' flag to placify newer versions of git

This commit is contained in:
Stefan van der Walt
2014-02-12 12:58:02 +02:00
parent 15a3306337
commit cb04bd6a83
+1 -1
View File
@@ -125,7 +125,7 @@ if __name__ == '__main__':
sh("touch .nojekyll")
sh('git add .nojekyll')
sh('git add index.html')
sh('git add %s' % tag)
sh('git add --all %s' % tag)
sh2('git commit -m"Updated doc release: %s"' % tag)
print('Most recent commit:')