Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build: Fix site generation (fixes #6791) (#6793)
  • Loading branch information
nzakas committed Jul 30, 2016
1 parent 261a9f3 commit 288f7bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.js
Expand Up @@ -663,11 +663,14 @@ target.gensite = function(prereleaseVersion) {
}
text += "* [Documentation source](" + docsUrl + baseName + ")\n";
}

// 9. Update content of the file with changes
text.to(filename.replace("README.md", "index.md"));
}
});
JSON.stringify(versions).to("./versions.json");

// 10. Copy temorary directory to site's docs folder
// 10. Copy temporary directory to site's docs folder
let outputDir = DOCS_DIR;

if (prereleaseVersion) {
Expand Down

0 comments on commit 288f7bf

Please sign in to comment.