From 1b44241e1146dabe1bba1588b80dd7bbbe523ad1 Mon Sep 17 00:00:00 2001 From: imDema Date: Tue, 19 Mar 2024 15:04:32 +0100 Subject: [PATCH] Update CI --- .github/workflows/docs.yml | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 32d0a420..8d1a9127 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 "" > target/doc/index.html - name: Setup Pages uses: actions/configure-pages@v3 - name: Fix file permissions diff --git a/Cargo.toml b/Cargo.toml index f345269a..e646ff69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [