Skip to content

Commit

Permalink
Fixed url
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas794 committed Sep 8, 2024
1 parent ff3dc51 commit 0d804db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: cargo doc --no-deps

- name: Add redirect
run: echo '<meta http-equiv="refresh" content="0;url=[tp_individual]/index.html">' > target/doc/index.html
run: echo '<meta http-equiv="refresh" content="0;url=tp_individual/index.html">' > target/doc/index.html

- name: Remove lock file
run: rm target/doc/.lock
Expand Down

0 comments on commit 0d804db

Please sign in to comment.