ci: fix redirect

This commit is contained in:
raf 2025-05-23 07:40:29 +03:00
commit a069746bd5
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -32,7 +32,7 @@ jobs:
- name: Build Documentation
run: |
cargo doc --no-deps
cargo doc --no-deps --workspace --all-features
echo '<meta http-equiv="refresh" content="0;url=mrc/index.html">' > target/doc/index.html
- name: Deploy Docs