Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit fafe7df

Browse files
author
Hubot
committed
Merge remote-tracking branch 'otherrepo-1447356644/master' into update-1447356650
2 parents 9a40844 + 200a79a commit fafe7df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ task :publish, [:no_commit_msg] => [:remove_tmp_dir, :remove_output_dir, :compil
5656

5757
Dir.mktmpdir do |tmp|
5858
system "mv output/* #{tmp}"
59+
system "cp .gitignore #{tmp}"
5960
system 'git checkout gh-pages'
6061
system "rsync -av #{tmp}/ ."
6162
system 'git add .'

0 commit comments

Comments
 (0)