diff --git a/.github/workflows/demo_deployment.yaml b/.github/workflows/demo_deployment.yaml index aa489d0ba6..24338b948c 100644 --- a/.github/workflows/demo_deployment.yaml +++ b/.github/workflows/demo_deployment.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest environment: name: Demo - url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL }} + url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} steps: - name: Check out files from GitHub uses: actions/checkout@v3 diff --git a/.github/workflows/design_deployment.yaml b/.github/workflows/design_deployment.yaml index e152f7b4c1..0743c1d800 100644 --- a/.github/workflows/design_deployment.yaml +++ b/.github/workflows/design_deployment.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest environment: name: Design - url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL }} + url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }} steps: - name: Check out files from GitHub uses: actions/checkout@v3