From ec43c921509584cad2f905cfe6e4cb8cea4e45c6 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 27 Mar 2024 12:50:53 -0700 Subject: [PATCH] Polish --- .github/workflows/deploy-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7a8c3994c75..fc388e326d7 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -13,7 +13,8 @@ on: branches: docs-build permissions: read-all jobs: - build: + build-and-deploy-docs: + name: Build and Deploy Documentation if: github.repository_owner == 'spring-projects' runs-on: ubuntu-latest steps: