diff options
author | Silas Bartha <silas@exvacuum.dev> | 2024-06-04 14:36:26 -0400 |
---|---|---|
committer | Silas Bartha <silas@exvacuum.dev> | 2024-06-04 14:36:26 -0400 |
commit | 3d89c345675401dcc2c412214df50640281ae48a (patch) | |
tree | 0a7fecef67cde9d03506d9556c02c6c6e706ec6f /.github | |
parent | 8f15162b4847ea30316f33fe3a7f0c20822fe926 (diff) |
Fixed docs redirect
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3191cc0..4810606 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 |