Skip to content

Commit df2f24c

Browse files
authored
Remove the unsupported --matrix flag from wai-build (#1870)
1 parent d86e2fe commit df2f24c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/scripts/wai-build.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ async function generateProposedRulePages({ tmpDir, rulesDir, glossaryDir }) {
2929
--rulesDir "${rulesDir}" \
3030
--glossaryDir "${glossaryDir}" \
3131
--outDir "${tmpDir}" \
32-
--proposed \
33-
--matrix
32+
--proposed
3433
`;
3534
}
3635

0 commit comments

Comments
 (0)