mirror of
https://github.com/ziglang/zig.git
synced 2026-01-05 13:03:25 +00:00
update ci script to not error for empty elements
This commit is contained in:
parent
5d8f8cdca5
commit
2e244c90b3
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user