mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-18 12:30:14 +08:00
Add '--all' flag to placify newer versions of git
This commit is contained in:
+1
-1
@@ -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:')
|
||||
|
||||
Reference in New Issue
Block a user