From 22483fd49ea9372f8b9c8aadd9c83d0d29226fe1 Mon Sep 17 00:00:00 2001 From: Corwin Date: Thu, 4 Apr 2024 18:09:10 +0100 Subject: [PATCH] use proper names --- .github/workflows/build-site.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 65c0b20e..eead150b 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -9,7 +9,7 @@ on: jobs: build: - name: Just CI + name: Build website runs-on: ubuntu-22.04 steps: - name: Set CARGO_TARGET_DIR @@ -37,6 +37,7 @@ jobs: with: path: "website/build" deploy: + name: Deploy website if: github.event_name != 'pull_request' # Add a dependency to the build job needs: build