Fixed docs redirect
This commit is contained in:
parent
8f15162b48
commit
3d89c34567
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Build docs
|
||||
run: cargo doc --no-deps
|
||||
- name: Add redirect
|
||||
run: echo '<meta http-equiv="refresh" content="0;url=bevy_dither_post_process/index.html">' > target/doc/index.html
|
||||
run: echo '<meta http-equiv="refresh" content="0;url=bevy_outline_post_process/index.html">' > target/doc/index.html
|
||||
- name: Remove lock file
|
||||
run: rm target/doc/.lock
|
||||
- name: Upload artifact
|
||||
|
Loading…
x
Reference in New Issue
Block a user