8000 Behold the power of the all mighty typo · xanoinc/developer.github.com@09f2089 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09f2089

Browse files
committed
Behold the power of the all mighty typo
1 parent 2b88d0b commit 09f2089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ task :publish, [:no_commit_msg] => [:remove_tmp_dir, :remove_output_dir] do |t,
5656

5757
Dir.mktmpdir do |tmp|
5858
system "mv output/* #{tmp}"
59-
system 'git checkout not-gh-pages'
59+
system 'git checkout gh-pages'
6060
system "rsync -av #{tmp}/ ."
6161
system 'git add .'
6262
system "git commit -am #{message.shellescape}"
63-
system 'git push origin not-gh-pages --force'
63+
system 'git push origin gh-pages --force'
6464
system 'git checkout master'
6565
end
6666
end

0 commit comments

Comments
 (0)
0