authorgravatar for pfg@pfg.pwpfg <pfg@pfg.pw> 2021-10-11 23:15:03-04:00
committergravatar for pfg@pfg.pwpfg <pfg@pfg.pw> 2021-10-11 23:15:03-04:00
log2e244c90b3277ae25c8c31d44e41be57ac85dc34
tree70bf36b6871bf4b41d80b9da5f1ee231f7c0d7cd
parent5d8f8cdca51c3fdcfe6657adcd5b7d2872571940

update ci script to not error for empty elements


1 files changed, 1 insertions(+), 1 deletions(-)

ci/azure/linux_script+1-1
...@@ -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
89release/bin/zig build test-stage2 -Denable-qemu -Denable-wasmtime89release/bin/zig build test-stage2 -Denable-qemu -Denable-wasmtime
9090
91# Look for HTML errors.91# Look for HTML errors.
92tidy -qe ../zig-cache/langref.html92tidy --drop-empty-elements no -qe ../zig-cache/langref.html
9393
94if [ "${BUILD_REASON}" != "PullRequest" ]; then94if [ "${BUILD_REASON}" != "PullRequest" ]; then
95 # Produce the experimental std lib documentation.95 # Produce the experimental std lib documentation.