From 336a0e14e7fd71e064d1c0b7f3ebbfac37f42634 Mon Sep 17 00:00:00 2001 From: Ghislain Gabrielse Date: Mon, 10 Jun 2024 12:51:59 +0200 Subject: [PATCH] Add name --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index f40e5251ae2..b3e9cab6ab6 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -9,7 +9,7 @@ jobs: deploy: environment: - name: preview + name: Docs url: ${{ steps.deployment.outputs.url }} runs-on: ubuntu-latest