Skip to content

Commit 2906252

Browse files
authored
Update host-documentation.yml
1 parent 6d4b84f commit 2906252

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/host-documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Build Documentation
2727
run: cargo doc -p root --no-deps
2828

29+
- name: Add index.html redirect
30+
run: echo '<meta http-equiv="refresh" content="0; url=root/index.html">' > target/doc/index.html
31+
2932
- name: Upload GitHub Pages artifact
3033
uses: actions/upload-pages-artifact@v3.0.1
3134
with:

0 commit comments

Comments
 (0)