We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f65dc commit 1224679Copy full SHA for 1224679
script/publish.rb
@@ -1,5 +1,5 @@
1
task :publish do
2
- File.open("output/CNAME", 'w+') do |f|
+ File.open("output/book/CNAME", 'w+') do |f|
3
f.puts("book.git-scm.com")
4
end
5
0 commit comments