We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a972c42 commit 73c7a73Copy full SHA for 73c7a73
.github/workflows/rustdoc-gh-pages.yml
@@ -31,6 +31,8 @@ jobs:
31
- uses: dtolnay/rust-toolchain@nightly
32
- name: Rustdoc
33
run: cargo doc --all --no-deps -Zunstable-options -Zrustdoc-scrape-examples
34
+ - name: Add redirect
35
+ run: echo '<meta http-equiv="refresh" content="0;url=scrollrun/index.html">' > target/doc/index.html
36
- uses: actions/upload-pages-artifact@v3
37
with:
38
path: target/doc
0 commit comments