Skip to content

Commit

Permalink
deal with rocco being dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Jan 12, 2012
1 parent f970e14 commit b44b1c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -42,6 +42,8 @@ desc 'Update gh-pages branch'
task :pages => ['docs/.git', :docs] do
rev = `git rev-parse --short HEAD`.strip
Dir.chdir 'docs' do
sh "mkdir -p lib/m/m"
sh "mv lib/m/*.html lib/m/m/"
sh "git add -A"
sh "git commit -m 'rebuild pages from #{rev}'" do |ok,res|
if ok
Expand Down

0 comments on commit b44b1c9

Please sign in to comment.