From 2f9df58335595c0b5ec904e98516680d787b736d Mon Sep 17 00:00:00 2001 From: n4n5 Date: Thu, 25 Jan 2024 11:17:51 +0100 Subject: [PATCH] fix: names --- .github/workflows/docs.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b94a24b..248f6eb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -name: Rust +name: Build coverage and upload on: push: @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aa8433a..1a60cc5 100755 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Rust +name: Run cargo test on: push: