We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e506306 commit ba15747Copy full SHA for ba15747
.github/workflows/docs.yaml
@@ -27,8 +27,6 @@ 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=aoc/index.html">' > target/doc/index.html
32
- name: Remove lock file
33
run: rm target/doc/.lock
34
- name: Upload artifact
0 commit comments