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 f603ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 f603ff6

Please sign in to comment.