This commit is contained in:
Chris Wanstrath 2009-12-08 01:25:52 -08:00
Родитель f6b6f5e8c9
Коммит 64f50a1b71
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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`