Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuo committed Dec 29, 2024
1 parent d0c2c30 commit b0159e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: cargo doc --no-deps
- name: Add redirect
working-directory: ./sdith
run: echo '<meta http-equiv="refresh" content="0;url=aoc/index.html">' > target/doc/index.html
run: echo '<meta http-equiv="refresh" content="0;url=rsdith/index.html">' > target/doc/index.html
- name: Remove lock file
working-directory: ./sdith
run: rm target/doc/.lock
Expand Down

0 comments on commit b0159e0

Please sign in to comment.