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

Commit b56b334

Browse files
committed
Merge pull request #755 from github/update-1447356650
2 parents 9a40844 + fafe7df commit b56b334

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)