We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c39b0 commit 7b22bd5Copy full SHA for 7b22bd5
.github/workflows/docs.yaml
@@ -27,6 +27,8 @@ jobs:
27
run: cargo clean --doc
28
- name: Build docs
29
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
32
- name: Remove lock file
33
run: rm target/doc/.lock
34
- name: Upload artifact
0 commit comments