Try to fix

This commit is contained in:
2025-08-14 17:20:16 +08:00
parent 243394db6c
commit d6581b597f
7 changed files with 16 additions and 7 deletions

View File

@@ -50,9 +50,12 @@ jobs:
with:
fetch-depth: 0
submodules: true
- name: Install Nightly Rust
run: |
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
- name: Document
run: |
cargo doc --bins -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