зеркало из https://github.com/mislav/hub.git
publish md5 as well
This commit is contained in:
Родитель
f6b6f5e8c9
Коммит
64f50a1b71
3
Rakefile
3
Rakefile
|
@ -47,7 +47,8 @@ end
|
||||||
desc "Publish to GitHub Pages"
|
desc "Publish to GitHub Pages"
|
||||||
task :pages => [ :check_dirty, :standalone ] do
|
task :pages => [ :check_dirty, :standalone ] do
|
||||||
`git checkout gh-pages`
|
`git checkout gh-pages`
|
||||||
`git add standalone`
|
`md5 -q standalone > standalone.md5`
|
||||||
|
`git add standalone*`
|
||||||
`git commit -m "update standalone"`
|
`git commit -m "update standalone"`
|
||||||
`git push origin gh-pages`
|
`git push origin gh-pages`
|
||||||
`git checkout master`
|
`git checkout master`
|
||||||
|
|
Загрузка…
Ссылка в новой задаче