Skip to content

Commit 8bda380

Browse files
committed
Copy relevant errata file for publish-w3c runs
1 parent e72e1d6 commit 8bda380

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

11ty/cp-cvs.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,9 @@ for (const [srcDir, destDir] of Object.entries(dirs)) {
5151
await copyFile(srcPath, destPath);
5252
}
5353
}
54+
55+
await mkdirp(join(wcagBase, "errata"));
56+
await copyFile(
57+
join(outputBase, "errata", `${wcagVersion}.html`),
58+
join(wcagBase, "errata", "Overview.html")
59+
);

0 commit comments

Comments
 (0)