Skip to content

Commit 0186ce4

Browse files
author
abrulic
committed
changed app_url for release
1 parent 5abf28c commit 0186ce4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-documentation.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
name: Deploy Docs
6262
environment:
6363
name: docs-release
64+
url: ${{ steps.deploy.outputs.app_url }}
6465
runs-on: ubuntu-latest
6566
steps:
6667
- uses: actions/checkout@v4
@@ -91,7 +92,7 @@ jobs:
9192
FLY_REGION: ${{ vars.FLY_REGION }}
9293
with:
9394
workspace_name: docs
94-
app_name: ${{github.event.repository.name}}-${{ github.ref_name }}
95+
app_name: react-router-devtools-docs-release
9596
use_isolated_workspace: true
9697
env_vars: |
9798
APP_ENV=production

0 commit comments

Comments
 (0)