Fixed docs redirect

This commit is contained in:
Silas Bartha 2024-06-04 14:36:26 -04:00
parent 8f15162b48
commit 3d89c34567
Signed by: soaos
GPG Key ID: 9BD3DCC0D56A09B2

View File

@ -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