| ... | @@ -89,7 +89,7 @@ release/bin/zig build test-fmt -Denable-qemu -Denable-wasmtime | ... | @@ -89,7 +89,7 @@ release/bin/zig build test-fmt -Denable-qemu -Denable-wasmtime |
| 89 | release/bin/zig build test-stage2 -Denable-qemu -Denable-wasmtime | 89 | release/bin/zig build test-stage2 -Denable-qemu -Denable-wasmtime |
| 90 | | 90 | |
| 91 | # Look for HTML errors. | 91 | # Look for HTML errors. |
| 92 | tidy -qe ../zig-cache/langref.html | 92 | tidy --drop-empty-elements no -qe ../zig-cache/langref.html |
| 93 | | 93 | |
| 94 | if [ "${BUILD_REASON}" != "PullRequest" ]; then | 94 | if [ "${BUILD_REASON}" != "PullRequest" ]; then |
| 95 | # Produce the experimental std lib documentation. | 95 | # Produce the experimental std lib documentation. |