Check in CI if unified docs can be generated

pull/146/head
miniduikboot 2 weeks ago
parent 962567c480
commit 679eaabb9a

@ -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