Skip to content

Commit

Permalink
Rename crate to av-compositor temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy99jsp committed Aug 22, 2024
1 parent 4223058 commit 5ed3a58
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 148 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build docs
run: cargo doc --no-deps
- name: Add redirect
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=av_compositor/index.html">' > target/doc/index.html
- name: Remove lock file
run: rm target/doc/.lock
- name: Upload artifact
Expand Down
Loading

0 comments on commit 5ed3a58

Please sign in to comment.