Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imDema committed Mar 19, 2024
1 parent 1c7ca64 commit 1b44241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
~/.cargo/git/db/
target/
- name: Cargo Doc
run: cargo doc --color=always --no-deps --all
run: |
cargo doc --color=always --no-deps --all
echo "<meta http-equiv=\"refresh\" content=\"0; url=renoir\">" > target/doc/index.html
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Fix file permissions
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "renoir"
description = "Network of Operators In Rust"
description = "Reactive Network of Operators In Rust"
version = "0.2.0"
edition = "2021"
authors = [
Expand Down

0 comments on commit 1b44241

Please sign in to comment.