We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abf28c commit 0186ce4Copy full SHA for 0186ce4
.github/workflows/publish-documentation.yaml
@@ -61,6 +61,7 @@ jobs:
61
name: Deploy Docs
62
environment:
63
name: docs-release
64
+ url: ${{ steps.deploy.outputs.app_url }}
65
runs-on: ubuntu-latest
66
steps:
67
- uses: actions/checkout@v4
@@ -91,7 +92,7 @@ jobs:
91
92
FLY_REGION: ${{ vars.FLY_REGION }}
93
with:
94
workspace_name: docs
- app_name: ${{github.event.repository.name}}-${{ github.ref_name }}
95
+ app_name: react-router-devtools-docs-release
96
use_isolated_workspace: true
97
env_vars: |
98
APP_ENV=production
0 commit comments