Skip to content

Commit 73c7a73

Browse files
committed
add redirect
1 parent a972c42 commit 73c7a73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rustdoc-gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- uses: dtolnay/rust-toolchain@nightly
3232
- name: Rustdoc
3333
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
3436
- uses: actions/upload-pages-artifact@v3
3537
with:
3638
path: target/doc

0 commit comments

Comments
 (0)