Remove duplicate block ids (#1145)

We can't repeat these block ids multiple times in the same page.
This commit is contained in:
Daniel Chao
2025-07-24 08:19:29 -07:00
committed by GitHub
parent 1c4fbe7c1c
commit b38b15ba71
-2
View File
@@ -577,7 +577,6 @@ Directory where to store JUnit reports.
No JUnit reports will be generated if this option is not present. No JUnit reports will be generated if this option is not present.
==== ====
[[junit-aggregate-reports]]
.--junit-aggregate-reports .--junit-aggregate-reports
[%collapsible] [%collapsible]
==== ====
@@ -586,7 +585,6 @@ Aggregate JUnit reports into a single file.
By default it will be `pkl-tests.xml` but you can override it using `--junit-aggregate-suite-name` flag. By default it will be `pkl-tests.xml` but you can override it using `--junit-aggregate-suite-name` flag.
==== ====
[[junit-aggregate-suite-name]]
.--junit-aggregate-suite-name .--junit-aggregate-suite-name
[%collapsible] [%collapsible]
==== ====