From 2e244c90b3277ae25c8c31d44e41be57ac85dc34 Mon Sep 17 00:00:00 2001 From: pfg Date: Mon, 11 Oct 2021 23:15:03 -0400 Subject: update ci script to not error for empty elements --- ci/azure/linux_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/azure/linux_script b/ci/azure/linux_script index 3a1f8b8928..af3f6d51fc 100755 --- a/ci/azure/linux_script +++ b/ci/azure/linux_script @@ -89,7 +89,7 @@ release/bin/zig build test-fmt -Denable-qemu -Denable-wasmtime release/bin/zig build test-stage2 -Denable-qemu -Denable-wasmtime # Look for HTML errors. -tidy -qe ../zig-cache/langref.html +tidy --drop-empty-elements no -qe ../zig-cache/langref.html if [ "${BUILD_REASON}" != "PullRequest" ]; then # Produce the experimental std lib documentation. -- cgit v1.2.3