Fix compile issue

This commit is contained in:
2025-08-14 19:30:35 +08:00
parent c25bd62ff1
commit 3973f3bb43
7 changed files with 10 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
- name: Document
run: |
cargo doc --features unstable --document-private-items -vv || exit 1
cargo doc --features unstable --bins -vv || exit 1
- name: Add index files
run: |
echo '<!DOCTYPE HTML><html><head><script>window.location.href="msg_tool/"</script></head><body><a href="msg_tool/">Content Moved</a></body></html>' > target/doc/index.html