mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
Merge pull request #887 from stefanv/docs/gh-pages
Fix gh-pages in doc build for latest 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