Skip to content

Commit

Permalink
fix: names
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Jan 25, 2024
1 parent daf3701 commit 2f9df58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Build coverage and upload

on:
push:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build website
run: .github/workflows/build.sh
- name: Upload coverage artifact
uses: actions/upload-artifact@v1
uses: actions/upload-pages-artifact@v1
with:
path: "dist"
- name: Deploy to GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Run cargo test

on:
push:
Expand Down

0 comments on commit 2f9df58

Please sign in to comment.