From 15a922f3b15db2db66ad006c019dd76945ad7897 Mon Sep 17 00:00:00 2001 From: Fred Date: Thu, 28 Nov 2024 07:46:36 -0300 Subject: [PATCH] chore: print deployment URL --- .github/workflows/pull_request_secure.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pull_request_secure.yml b/.github/workflows/pull_request_secure.yml index 720f8abd3f..71236c84d6 100644 --- a/.github/workflows/pull_request_secure.yml +++ b/.github/workflows/pull_request_secure.yml @@ -331,6 +331,11 @@ jobs: workingDirectory: ./apps/docs command: pages deploy ./public-serve --project-name=timefold-docs --branch=${{ github.ref }} + - name: Print deployment-url + env: + DEPLOYMENT_ALIAS_URL: ${{ steps.deploy.outputs.pages-deployment-alias-url }} + run: echo $DEPLOYMENT_ALIAS_URL + sonarcloud: needs: approval_required name: SonarCloud