diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 32d0a420..ec25c092 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - path: target/doc + path: target/doc/renoir - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 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 = [