Skip to content

Commit

Permalink
ci: Fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
rpitasky committed Oct 26, 2024
1 parent bf0e6ab commit c6cbec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build docs
run: cargo doc --no-deps --document-private-items
- name: Add redirect
run: echo '<meta http-equiv="refresh" content="0;url=ti_basic_optimizer/index.html">' > target/doc/index.html
run: echo '<meta http-equiv="refresh" content="0;url=tibo/index.html">' > target/doc/index.html
- name: Remove lock file
run: rm target/doc/.lock
- name: Upload artifact
Expand Down

0 comments on commit c6cbec6

Please sign in to comment.