We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e338af commit 2ca127eCopy full SHA for 2ca127e
.github/workflows/deploy.yml
@@ -88,6 +88,7 @@ jobs:
88
RUSTDOCFLAGS: -D rustdoc::broken_intra_doc_links -D missing-docs
89
run: |
90
cargo doc --no-deps --all-features
91
+ printf '<meta http-equiv="refresh" content="0;url=%s/index.html">' $(cargo tree | head -1 | cut -d' ' -f1) > target/doc/index.html
92
93
- name: Upload artifact
94
uses: actions/upload-pages-artifact@v3
0 commit comments