We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86e2fe commit df2f24cCopy full SHA for df2f24c
1 file changed
.github/scripts/wai-build.mjs
@@ -29,8 +29,7 @@ async function generateProposedRulePages({ tmpDir, rulesDir, glossaryDir }) {
29
--rulesDir "${rulesDir}" \
30
--glossaryDir "${glossaryDir}" \
31
--outDir "${tmpDir}" \
32
- --proposed \
33
- --matrix
+ --proposed
34
`;
35
}
36
0 commit comments