Skip to content

Commit 52df2a6

Browse files
Fix
1 parent 36a3dfb commit 52df2a6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/migrate/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function exist(path) {
1313
const location = path.join(__dirname, "..", "..");
1414
const links = require("./links.json");
1515

16-
const template = await fs.readFile("./index.html", "utf8");
16+
const template = await fs.readFile(path.join(__dirname, "template.html"), "utf8");
1717

1818
for (const link of links) {
1919
const input = path.join(location, link.input);

0 commit comments

Comments
 (0)