Skip to content

Commit 7b22bd5

Browse files
authored
Update docs.yaml
1 parent 71c39b0 commit 7b22bd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
run: cargo clean --doc
2828
- name: Build docs
2929
run: cargo doc --no-deps
30+
- name: Add redirect
31+
run: echo '<meta http-equiv="refresh" content="0;url=dec2bin/index.html">' > target/doc/index.html
3032
- name: Remove lock file
3133
run: rm target/doc/.lock
3234
- name: Upload artifact

0 commit comments

Comments
 (0)