Skip to content

Commit fbbb1b0

Browse files
authored
fix docs (#12)
1 parent e14a93a commit fbbb1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build docs
2929
run: cargo doc --no-deps
3030
- name: Add redirect
31-
run: echo '<meta http-equiv="refresh" content="0;url=aoc/index.html">' > target/doc/index.html
31+
run: echo '<meta http-equiv="refresh" content="0;url=endio/index.html">' > target/doc/index.html
3232
- name: Remove lock file
3333
run: rm target/doc/.lock
3434
- name: Upload artifact

0 commit comments

Comments
 (0)