Check in CI if unified docs can be generated

pull/146/head
miniduikboot 4 months ago
parent 59d0627d72
commit b97fd36ad5

@ -116,6 +116,9 @@ case $OS in
eof { }
}
EOF
# Check if documentation can be generated for both the userspace and eBPF side at the same time
cargo doc --workspace
;;
*)
echo "Unsupported OS: ${OS}"

Loading…
Cancel
Save