Skip to content

Commit a3d7253

Browse files
authored
Merge pull request #47 from ruby/use-meta-robots-content-option
Use --meta-robots-content option
2 parents 6720367 + 57adb26 commit a3d7253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/bc-static-all

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def create_document(version)
2929
"--catalog=#{CATALOG}",
3030
"--fs-casesensitive",
3131
"--canonical-base-url=https://docs.ruby-lang.org/ja/latest/",
32+
"--meta-robots-content=",
3233
"--tracking-id=UA-620926-3",
3334
"--quiet") or raise
3435
system("rsync", "-acvi", "--no-times", "--delete", "/var/rubydoc/tmp/#{version}", DOC_ROOT) or raise

0 commit comments

Comments
 (0)