Skip to content

Commit 436c4e9

Browse files
committed
debug
1 parent 44056ce commit 436c4e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ task :build_multi do
4040
generate_src(target_version: version)
4141
end
4242
puts
43-
sh 'bundle exec jekyll build'
43+
# sh 'bundle exec jekyll build'
4444
end
4545

4646
def config
@@ -78,6 +78,7 @@ end
7878

7979
def generate_src(target_version:)
8080
copy_sources = Dir.glob('rails/doc/rdoc/*').reject { |path| path.end_with?('panel', 'js', 'created.rid') }
81+
p Dir.glob('rails/doc/rdoc/*')
8182
target_dir = target_version == default_rails_version ? SOURCE_DIR : "#{SOURCE_DIR}/#{target_version}"
8283
remove_existing_files(target_dir)
8384
cp_r copy_sources, target_dir

0 commit comments

Comments
 (0)