Skip to content

Commit

Permalink
chore: print deployment URL
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred committed Nov 28, 2024
1 parent 8c769f7 commit 15a922f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull_request_secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15a922f

Please sign in to comment.