chdir into site/_docs to update history. [ci skip]

This commit is contained in:
Parker Moore 2014-07-31 04:50:30 -04:00
parent 30da34358b
commit 2642bd7415
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ namespace :site do
"permalink" => "/docs/history/",
"prev_section" => "contributing"
}
Dir.chdir('site/docs/') do
Dir.chdir('site/_docs/') do
File.open("history.md", "w") do |file|
file.write("#{front_matter.to_yaml}---\n\n")
file.write(converted_history(history_file))