Skip to content

Commit 876dc6f

Browse files
committed
Correction of name of HTML page for steps
1 parent 36206d3 commit 876dc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/builder/prepare-gh-pages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function zipDirectory(sourceDir, outPath) {
6060
let content = `---\npermalink: ${path ? `build/${path.replace(".md", ".html")}` : "index.html"}\n---\n\n${readFileSync(file, { encoding: "utf8"})}`;
6161
content = content.replace(/steps\/(\d{2})/g, "build/$1");
6262
content = content.replace(/\.\.\/(\d{2})/g, "../$1");
63-
content = content.replace(/README\.md/g, "index.html");
63+
content = content.replace(/README\.md/g, "README.html");
6464
writeFileSync(file, content, { encoding: "utf8" });
6565
}
6666

0 commit comments

Comments
 (0)